Skip to content

Commit

Permalink
curl is in the conda env too
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Oct 1, 2024
1 parent 15351b6 commit 6a30e19
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-notebooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6a30e19

Please sign in to comment.