We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ec8ec0 commit 14b7693Copy full SHA for 14b7693
1 file changed
.github/workflows/test_prs.yml
@@ -20,7 +20,7 @@ jobs:
20
python-version: ${{ matrix.python-version }}
21
- name: Install dependencies
22
run: |
23
- python -m pip install --upgrade pip==22.0.4
+ python -m pip install --upgrade pip
24
pip install -r requirements.txt
25
pip install -r requirements_test.txt
26
pip install --no-cache-dir .
0 commit comments