Skip to content

Commit

Permalink
fixing conda package install in actions 5
Browse files Browse the repository at this point in the history
  • Loading branch information
paolap committed Jul 10, 2024
1 parent e6b37e5 commit 3c02c32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mopper-conda.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Test with pytest
run: |
conda install pytest coverage codecov
conda install pytest coverage codecov --solver classic
conda run python -m pytest
conda run coverage run --source src -m py.test
- name: Upload to codecov
Expand Down

0 comments on commit 3c02c32

Please sign in to comment.