Skip to content

Commit e5aae7c

Browse files
committed
retry just one platform
1 parent 7e65618 commit e5aae7c

File tree

1 file changed

+23
-19
lines changed

1 file changed

+23
-19
lines changed

.github/workflows/build-wheels-linux.yml

Lines changed: 23 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -24,25 +24,28 @@ jobs:
2424
fail-fast: false
2525

2626
matrix:
27-
python-version: [ "3.6", "3.7", "3.8", "3.9", "3.10" ]
28-
os: [ubuntu-latest]
29-
platform: [x64, x32]
30-
include:
31-
- python-version: "3.6"
32-
os: ubuntu-latest
33-
platform: aarch64
34-
- python-version: "3.7"
35-
os: ubuntu-latest
36-
platform: aarch64
37-
- python-version: "3.8"
38-
os: ubuntu-latest
39-
platform: aarch64
40-
- python-version: "3.9"
41-
os: ubuntu-latest
42-
platform: aarch64
43-
- python-version: "3.10"
44-
os: ubuntu-latest
45-
platform: aarch64
27+
python-version: "3.10"
28+
os: ubuntu-latest
29+
platform: x64
30+
#python-version: [ "3.6", "3.7", "3.8", "3.9", "3.10" ]
31+
#os: [ubuntu-latest]
32+
#platform: [x64, x32]
33+
#include:
34+
# - python-version: "3.6"
35+
# os: ubuntu-latest
36+
# platform: aarch64
37+
# - python-version: "3.7"
38+
# os: ubuntu-latest
39+
# platform: aarch64
40+
# - python-version: "3.8"
41+
# os: ubuntu-latest
42+
# platform: aarch64
43+
# - python-version: "3.9"
44+
# os: ubuntu-latest
45+
# platform: aarch64
46+
# - python-version: "3.10"
47+
# os: ubuntu-latest
48+
# platform: aarch64
4649

4750
env:
4851
REPO_DIR: netcdf4-python
@@ -127,6 +130,7 @@ jobs:
127130
echo "------- BUILD WHEEL --------"
128131
build_wheel $REPO_DIR $PLAT
129132
echo "------- INSTALL_RUN --------"
133+
unzip -l ${{ github.workspace }}/wheelhouse/netCDF4*whl
130134
install_run $PLAT
131135
- name: Upload wheels to release
132136
uses: svenstaro/upload-release-action@v2

0 commit comments

Comments
 (0)