Skip to content

Commit 643d4bd

Browse files
committed
ci: limit virtualenv version
1 parent 56c07f2 commit 643d4bd

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
5555
with:
5656
python-version-file: '.python-version'
57-
- run: pipx install poetry~=2.0
57+
- run: pipx install poetry~=2.0 virtualenv<=20.32.0
5858
- run: poetry install
5959
- run: poetry run mypy .
6060
pytest:
@@ -69,7 +69,7 @@ jobs:
6969
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
7070
with:
7171
python-version-file: '.python-version'
72-
- run: pipx install poetry~=2.0
72+
- run: pipx install poetry~=2.0 virtualenv<=20.32.0
7373
- run: poetry install
7474
- run: poetry run pytest
7575
validate:
@@ -84,7 +84,7 @@ jobs:
8484
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
8585
with:
8686
python-version-file: '.python-version'
87-
- run: pipx install poetry~=2.0
87+
- run: pipx install poetry~=2.0 virtualenv<=20.32.0
8888
- run: poetry install
8989
- run: poetry run scripts/validate_advisories.py
9090
prettier:

0 commit comments

Comments
 (0)