Skip to content

Commit

Permalink
all the curl and git and awscli stuff can still happen in the base en…
Browse files Browse the repository at this point in the history
…vironment
  • Loading branch information
jameslamb committed Oct 1, 2024
1 parent 6a30e19 commit c836a9d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test-notebooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,11 @@ jobs:
steps:
- name: Install required tools
run: |
mamba install -n rapids --freeze-installed \
mamba install -n base --freeze-installed \
curl \
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 All @@ -96,7 +95,7 @@ jobs:
if: '!cancelled()'
run: |
PATH="$PATH:$GHA_TOOLS_DIR"
rapids-mamba-retry install -n rapids awscli
rapids-mamba-retry install -n base awscli
- uses: aws-actions/configure-aws-credentials@v4
if: '!cancelled()'
with:
Expand Down

0 comments on commit c836a9d

Please sign in to comment.