Skip to content

Commit

Permalink
disable osx and win32
Browse files Browse the repository at this point in the history
  • Loading branch information
Erotemic committed Apr 19, 2024
1 parent a2cbd75 commit 28732fe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -392,8 +392,8 @@ jobs:
runs-on: ubuntu-latest
if: github.event_name == 'push' && ! startsWith(github.event.ref, 'refs/tags') && ! startsWith(github.event.ref, 'refs/heads/release')
needs:
- build_binpy_wheels
- build_and_test_sdist
- build_binpy_wheels
steps:
- name: Checkout source
uses: actions/[email protected]
Expand Down Expand Up @@ -466,8 +466,8 @@ jobs:
runs-on: ubuntu-latest
if: github.event_name == 'push' && (startsWith(github.event.ref, 'refs/tags') || startsWith(github.event.ref, 'refs/heads/release'))
needs:
- build_binpy_wheels
- build_and_test_sdist
- build_binpy_wheels
steps:
- name: Checkout source
uses: actions/[email protected]
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ requires = [ "setuptools>=41.0.1", "wheel", "scikit-build>=0.9.0", "numpy", "nin
build = "cp312-*"
build-frontend = "build"
skip = "pp* cp27-* cp34-* cp35-* cp36-* cp37-* *-musllinux_*"
os = [ "linux" ]
build-verbosity = 1
test-requires = [ "-r requirements/tests.txt",]
test-command = "python {project}/run_tests.py"
Expand Down

0 comments on commit 28732fe

Please sign in to comment.