Skip to content

Commit 3f0447d

Browse files
author
Jeff Whitaker
committed
update
1 parent 73b88f5 commit 3f0447d

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

.github/workflows/build-wheels.yml

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,15 @@ jobs:
2323
strategy:
2424

2525
fail-fast: false
26-
matrix:
27-
#python-version: [ "3.6", "3.7", "3.8", "3.9", "3.10" ]
28-
python-version: [ "3.10" ]
29-
#os: [ubuntu-latest, macos-latest]
30-
os: [macos-latest]
31-
#platform: [x64, x32]
32-
platform: [x64]
26+
env:
27+
python-version: "3.10"
28+
os: macos-latest
29+
platform: x86_64
30+
# env:
31+
# matrix:
32+
# python-version: [ "3.6", "3.7", "3.8", "3.9", "3.10" ]
33+
# os: [ubuntu-latest, macos-latest]
34+
# platform: [x64, x32]
3335
# exclude:
3436
# - os: macos-latest
3537
# platform: x32
@@ -55,9 +57,9 @@ jobs:
5557
# - python-version: "3.9"
5658
# os: macos-latest
5759
# platform: x86_64
58-
- python-version: "3.10"
59-
os: macos-latest
60-
platform: x86_64
60+
# - python-version: "3.10"
61+
# os: macos-latest
62+
# platform: x86_64
6163
env:
6264
REPO_DIR: netcdf4-python
6365
PKG_NAME: netcdf4-python

0 commit comments

Comments
 (0)