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.
1 parent ce1f791 commit 0e0914eCopy full SHA for 0e0914e
1 file changed
.github/workflows/workflow.yml
@@ -26,10 +26,9 @@ jobs:
26
cache: 'poetry'
27
28
- name: Install Poetry
29
- uses: snok/install-poetry@v1
30
- with:
31
- virtualenvs-create: true
32
- virtualenvs-in-project: true
+ run: |
+ python -m pip install --upgrade pip setuptools wheel
+ python -m pip install poetry
33
34
- name: Install dependencies
35
run: poetry install --with test --no-interaction --no-ansi
0 commit comments