Skip to content

Commit

Permalink
without windows
Browse files Browse the repository at this point in the history
  • Loading branch information
hspark92 committed Nov 26, 2023
1 parent 3b68d70 commit 58466bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
os: [macos-latest, ubuntu-latest] # , windows-latest]
python-version: [3.8]

steps:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[build-system]
requires = ["setuptools>=42", "wheel", "Cython>=0.29.13", "numpy>=1.16.0"]
requires = ["setuptools", "wheel", "Cython", "numpy"]
build-backend = "setuptools.build_meta"

0 comments on commit 58466bb

Please sign in to comment.