Skip to content

Commit 48396e3

Browse files
committed
Correct build.yml file
1 parent 8461786 commit 48396e3

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ jobs:
2323
- os: ubuntu-latest
2424
arch: x86_64
2525
artifact_name: "linux-x86_64"
26-
numpy-version: null
2726

2827
# Linux x86_64 with numpy 1.23
2928
- os: ubuntu-latest
@@ -35,19 +34,16 @@ jobs:
3534
- os: ubuntu-24.04-arm
3635
arch: aarch64
3736
artifact_name: "linux-aarch64"
38-
numpy-version: null
3937

4038
# Windows builds
4139
- os: windows-latest
4240
arch: x86_64
4341
artifact_name: "windows-x86_64"
44-
numpy-version: null
4542

4643
# macOS builds (universal2)
4744
- os: macos-latest
4845
arch: x86_64
4946
artifact_name: "macos-universal2"
50-
numpy-version: "null"
5147
steps:
5248
- uses: actions/checkout@v3
5349

0 commit comments

Comments
 (0)