Skip to content

Commit

Permalink
test the whole lot...
Browse files Browse the repository at this point in the history
  • Loading branch information
jmrohwer committed Nov 23, 2023
1 parent 3dca4ba commit 5ac260b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/cibuildwheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
# os: [ubuntu-latest, windows-latest, macos-12]
os: [windows-latest]
os: [ubuntu-latest, windows-latest, macos-12]

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ requires = ["setuptools>=42",
build-backend = "setuptools.build_meta"

[tool.cibuildwheel]
build = "cp312-* cp311-*"
build = "cp312-* cp311-* cp310-* cp39-* cp38-*"
skip = "*musllinux* pp*"
build-verbosity = "3"
test-command = "python -s -c \"import pysces; pysces.test(3)\""
Expand Down

0 comments on commit 5ac260b

Please sign in to comment.