Skip to content

Commit 4405dfe

Browse files
authored
Update .github/workflows/pr.yaml
1 parent 8e3f66e commit 4405dfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
with:
4242
build_type: pull-request
4343
# 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"}'
44+
matrix_filter: 'map(select((.LINUX_VER | test("centos")|not))) | sort_by((.PY_VER | split(".") | map(tonumber))) | [.[-1] + {ARCH: "amd64"}]'
4545
script: "ci/build_wheel.sh"
4646
wheel-tests:
4747
needs: wheel-build

0 commit comments

Comments
 (0)