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 4d1738b commit 4535310Copy full SHA for 4535310
.github/workflows/ci.yml
@@ -1,5 +1,6 @@
1
# Note: This name is referred to in the test job, so make sure any changes are sync'd up!
2
-name: "CI: Build and test"
+# Further this is referencing a run in the backport branch to fetch old bindings.
3
+name: "CI"
4
5
concurrency:
6
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event_name }}
@@ -24,7 +25,7 @@ jobs:
24
25
- name: Get CUDA build version
26
id: get-vars
27
run: |
- cuda_build_ver=$(jq -r .cuda.build.version versions.json)
28
+ cuda_build_ver=$(jq -r .cuda.build.version ci/versions.json)
29
echo "cuda_build_ver=$cuda_build_ver" >> $GITHUB_OUTPUT
30
31
build:
versions.json renamed to ci/versions.json
0 commit comments