Skip to content

Commit 0cba3f7

Browse files
committed
rremove download of files
1 parent 6289fff commit 0cba3f7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/test.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@ jobs:
4141
- uses: actions/setup-python@v4
4242
with:
4343
python-version: ${{ matrix.python }}
44-
- uses: actions/download-artifact@v4
45-
with: { name: python-distribution-files, path: dist/ }
4644
- name: Install tox-gh plugin
4745
run: python -m pip install tox-gh>=1.2
4846
- name: Setup test suite

0 commit comments

Comments
 (0)