Skip to content

Commit 7a88584

Browse files
committed
build: install poetry for DEB builds
1 parent f17645e commit 7a88584

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
@@ -93,7 +93,7 @@ jobs:
9393
run: cp -r packaging/debian debian
9494

9595
- name: Install Debian deps
96-
run: sudo apt-get install -y dpkg-dev debhelper devscripts lintian python3-pip tox dh-python python3-all python3-all-dev python3-pbr pybuild-plugin-pyproject
96+
run: sudo apt-get install -y dpkg-dev debhelper devscripts lintian python3-pip tox dh-python python3-all python3-all-dev python3-pbr pybuild-plugin-pyproject python3-poetry
9797

9898
- name: Install dependencies
9999
run: |

0 commit comments

Comments
 (0)