Skip to content

Commit 668b6b6

Browse files
committed
MAINT: remove spaces
1 parent fb923ad commit 668b6b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
# - [windows-2022, win_amd64, ""]
6262
# - [windows-2022, win32, ""]
6363
# - [windows-11-arm, win_arm64, ""]
64-
python: ["cp311", "cp312", "cp313", "cp313t", "cp314", "cp314t", "pp311"]
64+
python: ["cp311"]#, "cp312", "cp313", "cp313t", "cp314", "cp314t", "pp311"]
6565
exclude:
6666
# Don't build PyPy 32-bit windows
6767
- buildplat: [windows-2022, win32, ""]
@@ -257,7 +257,7 @@ jobs:
257257

258258
- name: Examine git commit
259259
run: |
260-
pwd
260+
cd numpy-src
261261
hash=$(git describe HEAD)
262262
if [[ $hash == *"-"*"-"* ]]; then
263263
echo "Build version is not a tag"

0 commit comments

Comments
 (0)