Skip to content

Commit 63b4c1f

Browse files
author
Joel Collins
committed
Fixed Poetry install in publish stage
1 parent 1987303 commit 63b4c1f

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/publish.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,13 @@ jobs:
5454
with:
5555
python-version: 3.7
5656

57-
- name: Install Poetry
58-
uses: dschep/install-poetry-action@v1.3
57+
- name: Install and configure Poetry
58+
uses: snok/install-poetry@v1.1.1
59+
with:
60+
version: 1.1.4
61+
virtualenvs-create: true
62+
virtualenvs-in-project: false
63+
virtualenvs-path: ~/.virtualenvs
5964

6065
- name: Set Poetry config
6166
env:

0 commit comments

Comments
 (0)