Skip to content

Commit 9d42333

Browse files
authored
Merge pull request #83 from sukiyaki/fix/poetry_install
Add missing 'poetry install' step before building
2 parents 94a7a39 + 3c1dd20 commit 9d42333

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ jobs:
105105
run: |
106106
python -m pip install --upgrade pip
107107
pip install poetry
108+
poetry install
108109
109110
- name: Build wheels and source tarball
110111
run: |

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ jobs:
3737
run: |
3838
python -m pip install --upgrade pip
3939
pip install poetry
40+
poetry install
4041
4142
- name: Push tag
4243
run: |

0 commit comments

Comments
 (0)