Skip to content

Commit

Permalink
[cicd] install pytest on windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
johntruckenbrodt committed Dec 18, 2024
1 parent 58a9a2d commit 00ac06d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/conda-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ jobs:
pip install .
- name: Test with pytest
run: |
conda install pytest
pytest
env:
PGUSER: postgres
Expand Down

0 comments on commit 00ac06d

Please sign in to comment.