Skip to content

Commit

Permalink
fix wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
HDembinski committed Dec 29, 2022
1 parent d82477b commit 1237928
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:

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

- uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 1237928

Please sign in to comment.