Skip to content

Commit

Permalink
fix skip syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
minrk committed Aug 2, 2024
1 parent 343db99 commit d6d8c22
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,9 +138,8 @@ jobs:
architecture: x64
cibw:
arch: ARM64
skip: "cp37*"
# free-threaded doesn't seem to work on Windows
skip: "*t-win*"
skip: "cp37* *t-win*"

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit d6d8c22

Please sign in to comment.