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 0d4f943 commit 48e7318Copy full SHA for 48e7318
.github/workflows/tests+artifacts+pypi.yml
@@ -73,7 +73,7 @@ jobs:
73
with:
74
python-version: ${{ matrix.python-version }}
75
76
- - run: pip install --upgrade pip build wheel
+ - run: pip install --upgrade pip==22.1.2 build wheel
77
- run: pip install -r test-time-requirements.txt
78
79
- run: |
0 commit comments