Skip to content

Commit a492f02

Browse files
Fix wexpect dependency (#5756)
1 parent 2b3eb48 commit a492f02

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pr.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ jobs:
107107
- name: Install Python dependencies for distribution test (Windows)
108108
if: matrix.os == 'windows-latest'
109109
run: |
110+
python -m pip install setuptools<81
110111
python -m pip install requests wexpect
111112
- name: Test distribution
112113
run: |

0 commit comments

Comments
 (0)