Skip to content

Commit ea652ba

Browse files
committed
downgrade virtualenv using pip?
1 parent 404b656 commit ea652ba

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/cicd.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ jobs:
2626
- name: show python version ${{ env.PYTHON_VERSION }}
2727
run: |
2828
poetry run python --version
29+
- name: Downgrade virtualenv
30+
run: |
31+
pip install virtualenv==20.30.0
2932
- name: install linter dependencies
3033
run: |
3134
make install-lint

0 commit comments

Comments
 (0)