Skip to content

Commit

Permalink
fixing conda package install in actions 7
Browse files Browse the repository at this point in the history
  • Loading branch information
paolap committed Jul 11, 2024
1 parent a36cd13 commit a1f393e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/mopper-conda.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: install package
run: |
source activate base
pip install ./
- name: Test with pytest
Expand Down

0 comments on commit a1f393e

Please sign in to comment.