Skip to content

Commit

Permalink
created activate environment section
Browse files Browse the repository at this point in the history
  • Loading branch information
kcartier-wri committed Sep 12, 2024
1 parent 7130f27 commit 5fbc347
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/dev_ci_cd_conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ jobs:
$CONDA/bin/conda install gdal --yes
$CONDA/bin/conda upgrade numpy --yes
$CONDA/bin/conda install pytest --yes
- name: Activate environment
run: |
source ~/.bashrc
$CONDA/bin/conda init
$CONDA/bin/conda activate cities-cif
- name: Run Tests
Expand Down

0 comments on commit 5fbc347

Please sign in to comment.