Skip to content

Commit 3d5a557

Browse files
[CI] fix path
1 parent 9f97793 commit 3d5a557

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/compatibility.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Generate version matrix
2323
id: parser
2424
run: |
25-
versions=$(python ci_loop_versions.py setuptools ">=77.0.1,<83")
25+
versions=$(python .github/scripts/ci_loop_versions.py setuptools ">=77.0.1,<83")
2626
echo "versions=$versions" >> "$GITHUB_OUTPUT"
2727
2828
check-compat:

.github/workflows/unit_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ jobs:
172172
- name: Generate version matrix
173173
id: parser
174174
run: |
175-
versions=$(python ci_loop_versions.py setuptools ">=77.0.1,<83")
175+
versions=$(python .github/scripts/ci_loop_versions.py setuptools ">=77.0.1,<83")
176176
echo "versions=$versions" >> "$GITHUB_OUTPUT"
177177
178178
check-compat:

0 commit comments

Comments
 (0)