Skip to content

Commit

Permalink
Remove write to GITHUB_PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
raydouglass committed Aug 3, 2023
1 parent 1e9668e commit 300f898
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/test-notebooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ jobs:
run: |
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"
echo "/tmp/gha-tools" >> "${GITHUB_PATH}"
- name: Install git
run: |
PATH="$PATH:$GHA_TOOLS_DIR"
Expand Down

0 comments on commit 300f898

Please sign in to comment.