Skip to content

Commit

Permalink
fixing conda package install in actions
Browse files Browse the repository at this point in the history
  • Loading branch information
paolap committed Jul 10, 2024
1 parent 7998353 commit 57894bd
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/mopper-conda.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,6 @@ jobs:
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
# 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: |
conda build conda/meta.yaml
- name: Test with pytest
run: |
conda install pytest coverage codecov
Expand Down

0 comments on commit 57894bd

Please sign in to comment.