Skip to content

Commit 66d0047

Browse files
Copilotalvarolopez
andcommitted
build: Fix poetry installation and complete workflow fixes
Co-authored-by: alvarolopez <[email protected]>
1 parent 2112150 commit 66d0047

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/packaging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: |
2727
python -m pip install --upgrade pip
2828
python -m pip install tox tox-gh-actions
29-
python -m pip install poetry poetry poetry-plugin-export
29+
python -m pip install poetry poetry-plugin-export
3030
3131
- name: Test with tox
3232
run: tox

0 commit comments

Comments
 (0)