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 34484e9 commit ce1f791Copy full SHA for ce1f791
.github/workflows/workflow.yml
@@ -26,9 +26,10 @@ jobs:
26
cache: 'poetry'
27
28
- name: Install Poetry
29
- run: |
30
- curl -sSL https://install.python-poetry.org | python3 -
31
- echo "$HOME/.local/bin" >> $GITHUB_PATH
+ uses: snok/install-poetry@v1
+ with:
+ virtualenvs-create: true
32
+ virtualenvs-in-project: true
33
34
- name: Install dependencies
35
run: poetry install --with test --no-interaction --no-ansi
0 commit comments