We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f97793 commit 3d5a557Copy full SHA for 3d5a557
2 files changed
.github/workflows/compatibility.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Generate version matrix
23
id: parser
24
run: |
25
- versions=$(python ci_loop_versions.py setuptools ">=77.0.1,<83")
+ versions=$(python .github/scripts/ci_loop_versions.py setuptools ">=77.0.1,<83")
26
echo "versions=$versions" >> "$GITHUB_OUTPUT"
27
28
check-compat:
.github/workflows/unit_tests.yml
@@ -172,7 +172,7 @@ jobs:
172
173
174
175
176
177
178
0 commit comments