Skip to content

Commit

Permalink
only style check on ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
tammoippen committed Nov 6, 2024
1 parent 777540b commit 2eb6881
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 @@ -66,7 +66,7 @@ jobs:
run: poetry install

- name: Style
if: ${{ ! startsWith(matrix.python-version, 'pypy-') }}
if: ${{ ! startsWith(matrix.python-version, 'pypy-') && startswith(matrix.os, 'ubuntu') }}
run: make check

- name: Tests
Expand Down

0 comments on commit 2eb6881

Please sign in to comment.