Skip to content

Commit 0e0914e

Browse files
committed
V4.0.1
1 parent ce1f791 commit 0e0914e

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/workflow.yml

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

2828
- name: Install Poetry
29-
uses: snok/install-poetry@v1
30-
with:
31-
virtualenvs-create: true
32-
virtualenvs-in-project: true
29+
run: |
30+
python -m pip install --upgrade pip setuptools wheel
31+
python -m pip install poetry
3332
3433
- name: Install dependencies
3534
run: poetry install --with test --no-interaction --no-ansi

0 commit comments

Comments
 (0)