Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Athanaseus authored Apr 16, 2024
1 parent 862d39c commit e2c5ee3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ jobs:
flake8 . --count --select=E9,F63,F7,F82 --ignore=F821,F632 --show-source --statistics --exclude=Pyxis/doc/example/*
# 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 --exclude=Pyxis/doc/example/*
- name: Test with pytest
- name: Test pyxis command
run: |
pytest
pyxis --help

0 comments on commit e2c5ee3

Please sign in to comment.