Skip to content

Commit d11460f

Browse files
[CI] fix requests & packaging
1 parent a520689 commit d11460f

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/compatibility.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
- name: Generate version matrix
2424
id: parser
2525
run: |
26+
python -m pip install --upgrade requests packaging
2627
versions=$(python .github/scripts/ci_loop_versions.py setuptools ">=77.0.1,<83")
2728
echo "versions=$versions" >> "$GITHUB_OUTPUT"
2829

.github/workflows/unit_tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@ jobs:
173173
- name: Generate version matrix
174174
id: parser
175175
run: |
176+
python -m pip install --upgrade requests packaging
176177
versions=$(python .github/scripts/ci_loop_versions.py setuptools ">=77.0.1,<83")
177178
echo "versions=$versions" >> "$GITHUB_OUTPUT"
178179

0 commit comments

Comments
 (0)