We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf086d2 commit 8268325Copy full SHA for 8268325
1 file changed
.github/workflows/checks.yaml
@@ -17,6 +17,8 @@ jobs:
17
uses: actions/setup-python@v4
18
with:
19
python-version: "3.10"
20
+ - name: Pin pip version
21
+ run: python -m pip install --upgrade "pip<24.1"
22
- name: Install requirements
23
run: |
24
pip install .
@@ -40,6 +42,8 @@ jobs:
40
42
41
43
44
45
46
47
48
49
0 commit comments