We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a0bc51 commit 9e8e741Copy full SHA for 9e8e741
.github/workflows/conda-python-build.yaml
@@ -86,7 +86,7 @@ jobs:
86
- uses: actions/checkout@v6
87
with:
88
repository: rapidsai/gha-tools
89
- ref: main
+ ref: v0.0.198
90
path: gha-tools
91
fetch-depth: 1
92
- uses: actions/upload-artifact@v6
ci/build_conda_python.sh
@@ -9,7 +9,7 @@ chmod +x tools/rapids-*
9
apt update
10
apt install -y jq gh unzip curl gettext
11
12
-curl -fsSL "https://raw.githubusercontent.com/rapidsai/ci-imgs/main/context/condarc.tmpl" | \
+curl -fsSL "https://raw.githubusercontent.com/rapidsai/ci-imgs/v26.06.00a/context/condarc.tmpl" | \
13
envsubst | tee ~/.condarc
14
15
SCCACHE_VERSION="${SCCACHE_VER}" rapids-install-sccache
0 commit comments