Skip to content

Commit

Permalink
install pytest explicitly in the conda workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
MAfarrag committed Jan 3, 2025
1 parent 39649ef commit eeafc62
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/conda-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
- name: Install dev-dependencies
shell: bash -el {0}
run: |
pip install pytest
pip install .[test] --no-deps --verbose
- name: Run tests
Expand Down

0 comments on commit eeafc62

Please sign in to comment.