Skip to content

Commit

Permalink
fixing conda package install in actions 4
Browse files Browse the repository at this point in the history
  • Loading branch information
paolap committed Jul 10, 2024
1 parent 7b3460e commit e6b37e5
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 @@ -33,7 +33,7 @@ jobs:
conda env update --file env.yaml --name base
- name: Lint with flake8
run: |
conda install flake8
conda install flake8 --solver classic
# stop the build if there are Python syntax errors or undefined names
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
Expand Down

0 comments on commit e6b37e5

Please sign in to comment.