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 5a174e9 commit d82477bCopy full SHA for d82477b
.github/workflows/wheels.yml
@@ -66,9 +66,9 @@ jobs:
66
67
- uses: actions/setup-python@v4
68
with:
69
- python-version: '3.9'
+ python-version: '3.11'
70
71
- - run: python -m pip install --upgrade pip wheel
+ - run: python -m pip install --upgrade pip setuptools wheel
72
- run: python setup.py sdist
73
- run: python -m pip install -v dist/pyhepmc-*
74
- run: python -m pytest
0 commit comments