Skip to content

Commit 4668976

Browse files
committed
build(cd): install poetry
1 parent 746d511 commit 4668976

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@ jobs:
3333
with:
3434
python-version: 3.9
3535
- name: Install dependencies
36-
run: python3 -m pip install -r requirements.txt
36+
run: |
37+
python3 -m pip install poetry
38+
python3 -m pip install -r requirements.txt
3739
- name: Publish package to PyPI
3840
env:
3941
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}

0 commit comments

Comments
 (0)