Skip to content

Commit ddfbe63

Browse files
committed
ci: remove artifact download from conda-python-tests workflow
1 parent 17450a2 commit ddfbe63

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/conda-python-tests.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -98,12 +98,6 @@ jobs:
9898
repository: ${{ inputs.repo }}
9999
ref: ${{ inputs.sha }}
100100
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
107101
- name: Standardize repository information
108102
run: |
109103
echo "RAPIDS_REPOSITORY=${{ inputs.repo || github.repository }}" >> "${GITHUB_ENV}"

0 commit comments

Comments
 (0)