Skip to content

Commit

Permalink
adding path
Browse files Browse the repository at this point in the history
  • Loading branch information
kcartier-wri committed Sep 12, 2024
1 parent 1ba60ba commit 39066f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev_ci_cd_conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Install Packages
run: |
conda update -n base conda
conda install --yes --file requirements.txt
conda install --yes --file .github/requirements.txt
conda install gdal
conda upgrade numpy
- name: Run Tests
Expand Down

0 comments on commit 39066f0

Please sign in to comment.