Skip to content

Commit 1237928

Browse files
committed
fix wheel
1 parent d82477b commit 1237928

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070

7171
- run: python -m pip install --upgrade pip setuptools wheel
7272
- run: python setup.py sdist
73-
- run: python -m pip install -v dist/pyhepmc-*
73+
- run: python -m pip install -v $(echo dist/*)'[test]'
7474
- run: python -m pytest
7575

7676
- uses: actions/upload-artifact@v2

0 commit comments

Comments
 (0)