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 362b96d commit e86f01a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/dev_ci_cd_conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,13 @@ jobs:
$CONDA/bin/conda install gdal --yes
$CONDA/bin/conda upgrade numpy --yes
$CONDA/bin/conda install pytest --yes
source /home/runner/.bashrc
- name: Activate environment
shell: bash -l {0}
run: |
$CONDA/bin/conda init
$CONDA/bin/conda activate cities-cif
source ~/.bashrc
conda init
conda activate base
conda activate cities-cif
- name: Run Tests
shell: bash -l {0}
env:
Expand Down

0 comments on commit e86f01a

Please sign in to comment.