Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3748039 commit 47263ccCopy full SHA for 47263cc
1 file changed
.github/workflows/cibuildwheel.yml
@@ -19,6 +19,7 @@ jobs:
19
include:
20
- os: ubuntu-18.04
21
cibw_archs: "aarch64"
22
+ numpy-version: "1.16"
23
24
steps:
25
- name: Set up QEMU
@@ -40,7 +41,7 @@ jobs:
40
41
id: numpy-aarch64-cache
42
with:
43
path: numpy-aarch64-cache/
- key: numpy-aarch64-cache
44
+ key: numpy-aarch64-cache-${{ matrix.numpy-version }}
45
46
- name: Install cibuildwheel
47
run: |
0 commit comments