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 8e3f66e commit 4405dfeCopy full SHA for 4405dfe
.github/workflows/pr.yaml
@@ -41,7 +41,7 @@ jobs:
41
with:
42
build_type: pull-request
43
# Package is pure Python and only ever requires one build.
44
- matrix_filter: 'map(select((.LINUX_VER | test("centos")|not))) | sort_by((.PY_VER | split(".") | map(tonumber))) | .[-1] + {ARCH: "amd64"}'
+ matrix_filter: 'map(select((.LINUX_VER | test("centos")|not))) | sort_by((.PY_VER | split(".") | map(tonumber))) | [.[-1] + {ARCH: "amd64"}]'
45
script: "ci/build_wheel.sh"
46
wheel-tests:
47
needs: wheel-build
0 commit comments