Skip to content

Commit 665a6df

Browse files
authored
Update pythonpackage.yml
1 parent 81c4c87 commit 665a6df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Install dependencies
2121
run: |
2222
python -m pip install --upgrade pip
23-
pip install msrest
23+
pip install "msrest>=0.6.0,<0.7.0"
2424
- name: Python compile
2525
run: |
2626
python -m compileall .

0 commit comments

Comments
 (0)