Skip to content

Commit

Permalink
trying other was to restart shell
Browse files Browse the repository at this point in the history
  • Loading branch information
kcartier-wri committed Sep 12, 2024
1 parent 5fbc347 commit 362b96d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/dev_ci_cd_conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,10 @@ 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: |
source ~/.bashrc
$CONDA/bin/conda init
$CONDA/bin/conda activate cities-cif
- name: Run Tests
Expand Down

0 comments on commit 362b96d

Please sign in to comment.