From 6a30e19b764685d857ba91215ded3534eabf08ef Mon Sep 17 00:00:00 2001 From: James Lamb Date: Tue, 1 Oct 2024 07:50:33 -0700 Subject: [PATCH] curl is in the conda env too --- .github/workflows/test-notebooks.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test-notebooks.yml b/.github/workflows/test-notebooks.yml index 764e0be1..bd5b6720 100644 --- a/.github/workflows/test-notebooks.yml +++ b/.github/workflows/test-notebooks.yml @@ -72,6 +72,7 @@ jobs: git - name: Install gha-tools run: | + . /opt/conda/etc/profile.d/conda.sh; conda activate rapids mkdir -p "$GHA_TOOLS_DIR" curl -s -L 'https://github.com/rapidsai/gha-tools/releases/latest/download/tools.tar.gz' | tar -xz -C "$GHA_TOOLS_DIR" - name: Checkout code