Skip to content

Commit

Permalink
build: install poetry for DEB builds
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarolopez committed Dec 3, 2024
1 parent f17645e commit 7a88584
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
run: cp -r packaging/debian debian

- name: Install Debian deps
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
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

- name: Install dependencies
run: |
Expand Down

0 comments on commit 7a88584

Please # to comment.