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.
2 parents 2fab5ac + 6e19dc7 commit 263b0f6Copy full SHA for 263b0f6
.github/workflows/tests+artifacts+pypi.yml
@@ -73,7 +73,8 @@ jobs:
73
with:
74
python-version: ${{ matrix.python-version }}
75
76
- - run: pip install --upgrade pip==22.1.2 build wheel
+ - run: python -m pip install --upgrade pip==22.1.2
77
+ - run: pip install build wheel
78
- run: pip install -r test-time-requirements.txt
79
80
- run: |
0 commit comments