Skip to content

Commit 89c1b86

Browse files
actually download artifacts
1 parent 2fb6a25 commit 89c1b86

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/pythonapp.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,10 @@ jobs:
5858
python -m pip install --upgrade pip
5959
pip install -U setuptools setuptools_scm
6060
pip install pytest
61+
- uses: actions/download-artifact@v2
62+
with:
63+
name: dist
64+
path: dist
6165
- name: install editable
6266
run: pip install ${{ matrix.install-from }}
6367
- name: pytest

0 commit comments

Comments
 (0)