Skip to content

Commit 8c25897

Browse files
committed
ci: pinned urllib3<2 in CI when installing poetry
1 parent 5a5ce47 commit 8c25897

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ jobs:
3737
- name: Install poetry & create virtualenv
3838
shell: bash
3939
run: |
40-
pip install virtualenv poetry
41-
python -m virtualenv venv
40+
pip install poetry 'urllib3<2'
41+
python -m venv venv
4242
4343
- name: Install dependencies
4444
run: |

0 commit comments

Comments
 (0)