Skip to content

Commit

Permalink
Update other workflows' poetry install action
Browse files Browse the repository at this point in the history
I forgot I had multiple on this repo.
  • Loading branch information
FichteFoll committed May 17, 2021
1 parent 73e778f commit 84f5fef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
python-version: 3.x

- name: Install poetry
uses: dschep/install-poetry-action@v1.3
uses: snok/install-poetry@v1.1.4
with:
version: ${{ env.POETRY_VERSION }}

Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,10 @@ jobs:
python-version: 3.x

- name: Install poetry
uses: dschep/install-poetry-action@v1.3
uses: snok/install-poetry@v1.1.4
with:
version: ${{ env.POETRY_VERSION }}
virtualenvs-create: false

- name: Publish on PyPI
run: poetry publish
Expand Down

0 comments on commit 84f5fef

Please sign in to comment.