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 d82477b commit 1237928Copy full SHA for 1237928
.github/workflows/wheels.yml
@@ -70,7 +70,7 @@ jobs:
70
71
- run: python -m pip install --upgrade pip setuptools wheel
72
- run: python setup.py sdist
73
- - run: python -m pip install -v dist/pyhepmc-*
+ - run: python -m pip install -v $(echo dist/*)'[test]'
74
- run: python -m pytest
75
76
- uses: actions/upload-artifact@v2
0 commit comments