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 6b22475 commit 0f654eeCopy full SHA for 0f654ee
.github/workflows/pr.yaml
@@ -69,7 +69,7 @@ jobs:
69
with:
70
build_type: pull-request
71
script: ci/build_python.sh
72
- matrix_filter: map(select(.ARCH == \"amd64\")) | [max_by([.CUDA_VER | split(\".\") | map(tonumber), .PY_VER | split(\".\") | map(tonumber)])]
+ matrix_filter: map(select(.ARCH == "amd64")) | [max_by([(.CUDA_VER|split(".")|map(tonumber)), (.PY_VER|split(".")|map(tonumber))])]
73
conda-python-tests:
74
needs: [conda-python-build, changed-files]
75
secrets: inherit
0 commit comments