Skip to content

Commit

Permalink
install pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
kcartier-wri committed Sep 12, 2024
1 parent 6f7250e commit cf5d981
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dev_ci_cd_conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@ jobs:
- name: Install Packages
run: |
conda env update --file=.github/environment.yml --name base
- name: Install GDAL
- name: Install other packages
run: |
conda install gdal --yes
conda upgrade numpy --yes
conda install pytest --yes
- name: Run Tests
env:
GOOGLE_APPLICATION_USER: ${{ secrets.GOOGLE_APPLICATION_USER }}
GOOGLE_APPLICATION_CREDENTIALS: ${{ secrets.GOOGLE_APPLICATION_CREDENTIALS }}
run: |
conda install pytest
pytest tests

0 comments on commit cf5d981

Please sign in to comment.