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 1987303 commit 63b4c1fCopy full SHA for 63b4c1f
.github/workflows/publish.yml
@@ -54,8 +54,13 @@ jobs:
54
with:
55
python-version: 3.7
56
57
- - name: Install Poetry
58
- uses: dschep/install-poetry-action@v1.3
+ - name: Install and configure Poetry
+ 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
64
65
- name: Set Poetry config
66
env:
0 commit comments