Skip to content

Commit

Permalink
fix: install Poetry first when publishing docs
Browse files Browse the repository at this point in the history
  • Loading branch information
eykd committed Feb 1, 2024
1 parent a4e9377 commit 5465e9e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/pypipublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,12 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: "3.11"
- name: Install Poetry
uses: snok/install-poetry@v1
with:
version: latest
virtualenvs-in-project: true
virtualenvs-create: true
- run: |
poetry install --with=dev
- run: |
Expand Down

0 comments on commit 5465e9e

Please sign in to comment.