8000 Use global var for numpy version · matplotlib/matplotlib@47263cc · GitHub
[go: up one dir, main page]

Skip to content

Commit 47263cc

Browse files
committed
Use global var for numpy version
1 parent 3748039 commit 47263cc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/cibuildwheel.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
include:
2020
- os: ubuntu-18.04
2121
cibw_archs: "aarch64"
22+
numpy-version: "1.16"
2223

2324
steps:
2425
- name: Set up QEMU
@@ -40,7 +41,7 @@ jobs:
4041
id: numpy-aarch64-cache
4142
with:
4243
path: numpy-aarch64-cache/
43-
key: numpy-aarch64-cache
44+
key: numpy-aarch64-cache-${{ matrix.numpy-version }}
4445

4546
- name: Install cibuildwheel
4647
run: |

0 commit comments

Comments
 (0)
0