Skip to content

Commit 87e16f5

Browse files
committed
added "virtualenv<20.26.0" to poetry installation to use a safer version fo virtualenv
1 parent 9fea861 commit 87e16f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Install Python Dependencies
2929
run: |
3030
python -m pip install --upgrade pip setuptools wheel virtualenv
31-
python -m pip install poetry
31+
python -m pip install "virtualenv<20.26.0" poetry
3232
poetry config virtualenvs.create false
3333
poetry install
3434
- id: deployment

0 commit comments

Comments
 (0)