We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 919660f + 36c110c commit 91fb829Copy full SHA for 91fb829
.github/workflows/python-tests.yml
@@ -39,6 +39,13 @@ jobs:
39
timeout-minutes: 30
40
41
steps:
42
+ - name: Install virtualenv with specific version
43
+ # This is only a temporary fix to ensure compatibility with Poetry & virtualenv
44
+ # Relevant issues:
45
+ # - https://github.com/pypa/virtualenv/issues/2931
46
+ # - https://github.com/python-poetry/poetry/issues/10490
47
+ # - https://github.com/actions/setup-python/issues/1167
48
+ run: pip install virtualenv==20.32
49
- uses: actions/checkout@v4
50
- name: Install poetry
51
run: pipx install poetry
0 commit comments