Skip to content

Commit

Permalink
generate badges
Browse files Browse the repository at this point in the history
  • Loading branch information
vcantarella committed Feb 5, 2024
1 parent e1db0f8 commit fe22ab8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
# 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
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --format=html --htmldir ./reports/flake8 --statistics --tee --output-file flake8stats.txt
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --format=html --htmldir ./reports/flake8 --statistics --tee --output-file ./reports/flake8/flake8stats.txt
- name: Install HyVR-fork
run: |
pip install .
Expand Down

0 comments on commit fe22ab8

Please sign in to comment.