Skip to content

Commit ce1f791

Browse files
committed
V4.0.1
1 parent 34484e9 commit ce1f791

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/workflow.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,10 @@ jobs:
2626
cache: 'poetry'
2727

2828
- name: Install Poetry
29-
run: |
30-
curl -sSL https://install.python-poetry.org | python3 -
31-
echo "$HOME/.local/bin" >> $GITHUB_PATH
29+
uses: snok/install-poetry@v1
30+
with:
31+
virtualenvs-create: true
32+
virtualenvs-in-project: true
3233

3334
- name: Install dependencies
3435
run: poetry install --with test --no-interaction --no-ansi

0 commit comments

Comments
 (0)