Skip to content

Commit

Permalink
changed to cities-cif env
Browse files Browse the repository at this point in the history
  • Loading branch information
kcartier-wri committed Sep 12, 2024
1 parent 91d9d64 commit 646a6ff
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 @@ -26,12 +26,13 @@ jobs:
sudo apt install -y gdal-bin libgdal-dev
- name: Install Packages in environment.yml file
run: |
$CONDA/bin/conda env update --file=.github/environment.yml --name base
$CONDA/bin/conda env update --file=.github/environment.yml
- name: Install other packages
run: |
$CONDA/bin/conda install gdal --yes
$CONDA/bin/conda upgrade numpy --yes
$CONDA/bin/conda install pytest --yes
$CONDA/bin/conda activate cities-cif
- name: Run Tests
shell: bash -l {0}
env:
Expand Down

0 comments on commit 646a6ff

Please sign in to comment.