Skip to content

Commit

Permalink
more attempts to activate
Browse files Browse the repository at this point in the history
  • Loading branch information
kcartier-wri committed Sep 12, 2024
1 parent e86f01a commit c9eea3a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dev_ci_cd_conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,17 @@ jobs:
$CONDA/bin/conda install gdal --yes
$CONDA/bin/conda upgrade numpy --yes
$CONDA/bin/conda install pytest --yes
source ~/.bashrc
- name: Activate environment
shell: bash -l {0}
run: |
source ~/.bashrc
shell: bash -l {0}
conda init
conda activate base
conda activate cities-cif
- name: Run Tests
shell: bash -l {0}
env:
GOOGLE_APPLICATION_USER: ${{ secrets.GOOGLE_APPLICATION_USER }}
GOOGLE_APPLICATION_CREDENTIALS: ${{ secrets.GOOGLE_APPLICATION_CREDENTIALS }}
run: |
shell: bash -l {0}
$CONDA/bin/pytest tests

0 comments on commit c9eea3a

Please sign in to comment.