We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17450a2 commit ddfbe63Copy full SHA for ddfbe63
.github/workflows/conda-python-tests.yaml
@@ -98,12 +98,6 @@ jobs:
98
repository: ${{ inputs.repo }}
99
ref: ${{ inputs.sha }}
100
fetch-depth: 0
101
- - uses: actions/download-artifact@v4
102
- with:
103
- name: conda-repo-py${{ matrix.PY_VER }}-${{ matrix.ARCH }}
104
- path: conda-repo
105
- - name: Display structure of downloaded files
106
- run: ls -R
107
- name: Standardize repository information
108
run: |
109
echo "RAPIDS_REPOSITORY=${{ inputs.repo || github.repository }}" >> "${GITHUB_ENV}"
0 commit comments