Skip to content

Commit

Permalink
feat: updated CI
Browse files Browse the repository at this point in the history
  • Loading branch information
picsalex committed Mar 28, 2024
1 parent 08e1f9e commit 5f580cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/engine_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Lint with flake8
run: |
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics --exclude=tests/
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics --exclude=tests/ --max-line-length=88
- name: Test with pytest
run: |
Expand Down

0 comments on commit 5f580cb

Please sign in to comment.