We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e875ef commit 68b531fCopy full SHA for 68b531f
1 file changed
.github/workflows/push.yml
@@ -16,15 +16,15 @@ jobs:
16
- name: ruff
17
run: |
18
pip install ruff
19
- ruff .
+ ruff check .
20
21
build_wheels:
22
name: Build wheel on ${{matrix.platform}}
23
runs-on: ${{matrix.platform}}
24
strategy:
25
fail-fast: false
26
matrix:
27
- platform: [ubuntu-latest, macos-latest, windows-latest, macos-14]
+ platform: [ubuntu-latest, macos-latest, windows-latest, macos-13]
28
steps:
29
- uses: actions/checkout@v3
30
- name: Build wheels
0 commit comments