There was an error while loading. Please reload this page.
1 parent f455f43 commit f6f8d70Copy full SHA for f6f8d70
.github/workflows/pythonpackage.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Install dependencies
21
run: |
22
python -m pip install --upgrade pip
23
- pip install msrest
+ pip install "msrest>=0.6.0,<0.7.0"
24
- name: Python compile
25
26
python -m compileall .
0 commit comments