Skip to content

Commit

Permalink
fix gh
Browse files Browse the repository at this point in the history
  • Loading branch information
xoolive committed Dec 3, 2023
1 parent 1e717d6 commit 07e0994
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
if: ${{ matrix.python-version == '3.10' }}
run: |
poetry run ruff src tests
poetry run black --check src tests
poetry run ruff format --check src tests
- name: Type checking
if: ${{ matrix.python-version == '3.10' }}
Expand Down

0 comments on commit 07e0994

Please sign in to comment.