Skip to content

Commit 9e8e741

Browse files
committed
pin on tags
1 parent 4a0bc51 commit 9e8e741

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/conda-python-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
- uses: actions/checkout@v6
8787
with:
8888
repository: rapidsai/gha-tools
89-
ref: main
89+
ref: v0.0.198
9090
path: gha-tools
9191
fetch-depth: 1
9292
- uses: actions/upload-artifact@v6

ci/build_conda_python.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ chmod +x tools/rapids-*
99
apt update
1010
apt install -y jq gh unzip curl gettext
1111

12-
curl -fsSL "https://raw.githubusercontent.com/rapidsai/ci-imgs/main/context/condarc.tmpl" | \
12+
curl -fsSL "https://raw.githubusercontent.com/rapidsai/ci-imgs/v26.06.00a/context/condarc.tmpl" | \
1313
envsubst | tee ~/.condarc
1414

1515
SCCACHE_VERSION="${SCCACHE_VER}" rapids-install-sccache

0 commit comments

Comments
 (0)