Skip to content

Commit

Permalink
Fixed Poetry install in publish stage
Browse files Browse the repository at this point in the history
  • Loading branch information
Joel Collins committed Nov 24, 2020
1 parent 1987303 commit 63b4c1f
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,13 @@ jobs:
with:
python-version: 3.7

- name: Install Poetry
uses: dschep/install-poetry-action@v1.3
- name: Install and configure Poetry
uses: snok/install-poetry@v1.1.1
with:
version: 1.1.4
virtualenvs-create: true
virtualenvs-in-project: false
virtualenvs-path: ~/.virtualenvs

- name: Set Poetry config
env:
Expand Down

0 comments on commit 63b4c1f

Please sign in to comment.