We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a520689 commit d11460fCopy full SHA for d11460f
2 files changed
.github/workflows/compatibility.yml
@@ -23,6 +23,7 @@ jobs:
23
- name: Generate version matrix
24
id: parser
25
run: |
26
+ python -m pip install --upgrade requests packaging
27
versions=$(python .github/scripts/ci_loop_versions.py setuptools ">=77.0.1,<83")
28
echo "versions=$versions" >> "$GITHUB_OUTPUT"
29
.github/workflows/unit_tests.yml
@@ -173,6 +173,7 @@ jobs:
173
174
175
176
177
178
179
0 commit comments