Skip to content

Commit

Permalink
Install Poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenclouston committed Nov 27, 2023
1 parent 96e9d66 commit 0822090
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ jobs:
python-version: "3.x"
- name: Install build module
run: python3 -m pip install build

- name: Install Poetry
run: |
curl -sSL https://install.python-poetry.org | python3 -
- name: Install dependencies
run: poetry install

Expand Down

0 comments on commit 0822090

Please sign in to comment.