We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0db7aab commit b26f247Copy full SHA for b26f247
1 file changed
.circleci/config.yml
@@ -15,7 +15,7 @@ jobs:
15
16
steps:
17
- run: apt-get update
18
- - run: apt-get -y install build-essential git openssh-client dpkg-dev debhelper devscripts
+ - run: apt-get -y install build-essential git openssh-client dpkg-dev debhelper devscripts dh-python pybuild-plugin-pyproject python3-all python3-setuptools
19
- checkout
20
- run: make -f debian/rules binary
21
- persist_to_workspace:
0 commit comments