Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
jakkdl committed Feb 14, 2025
1 parent a020836 commit eeef5bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ jobs:
- name: Check Formatting
if: matrix.check_formatting == '1'
run:
python -m pip install tox
python -m pip install tox &&
tox -m check
- name: Run tests
if: matrix.check_formatting == '0'
Expand Down

0 comments on commit eeef5bd

Please sign in to comment.