Skip to content

Commit

Permalink
Merge pull request #83 from sukiyaki/fix/poetry_install
Browse files Browse the repository at this point in the history
Add missing 'poetry install' step before building
  • Loading branch information
mochipon authored Jan 20, 2025
2 parents 94a7a39 + 3c1dd20 commit 9d42333
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install poetry
poetry install
- name: Build wheels and source tarball
run: |
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install poetry
poetry install
- name: Push tag
run: |
Expand Down

0 comments on commit 9d42333

Please sign in to comment.