Skip to content

Commit

Permalink
Try it only on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
ufleisch committed Mar 10, 2024
1 parent 0d8aef3 commit e9a13f8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ jobs:
build:
strategy:
matrix:
os: [ubuntu-latest, macos-latest] #, windows-latest]
# os: [ubuntu-latest, macos-latest] #, windows-latest]
os: [windows-latest]
runs-on: ${{ matrix.os }}
env:
#CIBW_SKIP: "*p36-* *p37-*"
Expand Down

0 comments on commit e9a13f8

Please sign in to comment.