Skip to content

Commit f7883fc

Browse files
[CI] fix requests & packaging
1 parent 282f3fc commit f7883fc

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
@@ -96,6 +96,7 @@ jobs:
9696
- name: Generate version matrix
9797
id: parser
9898
run: |
99+
python -m pip install --upgrade requests packaging
99100
versions=$(python .github/scripts/ci_loop_versions.py setuptools ">=77.0.1,<83")
100101
echo "versions=$versions" >> "$GITHUB_OUTPUT"
101102

0 commit comments

Comments
 (0)