Skip to content

Commit 48e7318

Browse files
committed
avoid pip 22.2
1 parent 0d4f943 commit 48e7318

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests+artifacts+pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
with:
7474
python-version: ${{ matrix.python-version }}
7575

76-
- run: pip install --upgrade pip build wheel
76+
- run: pip install --upgrade pip==22.1.2 build wheel
7777
- run: pip install -r test-time-requirements.txt
7878

7979
- run: |

0 commit comments

Comments
 (0)