Skip to content

Commit

Permalink
Try downloading artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
gmarkall committed Jul 23, 2024
1 parent 39a34bb commit 887bf8c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/conda-python-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,9 @@ jobs:
repository: ${{ inputs.repo }}
ref: ${{ inputs.sha }}
fetch-depth: 0
- uses: actions/download-artifact@v4
- name: Display structure of downloaded files
run: ls -R
- name: Standardize repository information
run: |
echo "RAPIDS_REPOSITORY=${{ inputs.repo || github.repository }}" >> "${GITHUB_ENV}"
Expand Down

0 comments on commit 887bf8c

Please sign in to comment.