We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5166ffa + 858a11e commit a5a5641Copy full SHA for a5a5641
1 file changed
.github/workflows/poetry-build.yml
@@ -38,10 +38,11 @@ jobs:
38
39
40
- name: Install Poetry
41
- uses: snok/install-poetry@v1
42
- with:
43
- virtualenvs-create: true
44
- virtualenvs-in-project: true
+ run: |
+ python -m pip install --upgrade pip
+ python -m pip install "poetry==2.3.2"
+ poetry config virtualenvs.create true
45
+ poetry config virtualenvs.in-project true
46
- name: Load cached venv
47
id: cached-pip-wheels
48
uses: actions/cache@v3
0 commit comments