Skip to content

Commit 14b7693

Browse files
committed
unpin pip
1 parent 0ec8ec0 commit 14b7693

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test_prs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
python-version: ${{ matrix.python-version }}
2121
- name: Install dependencies
2222
run: |
23-
python -m pip install --upgrade pip==22.0.4
23+
python -m pip install --upgrade pip
2424
pip install -r requirements.txt
2525
pip install -r requirements_test.txt
2626
pip install --no-cache-dir .

0 commit comments

Comments
 (0)