From d02f8b8b144e94ed3e728950ed0669efc8e0e73f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Bonhomme?= Date: Thu, 4 Jan 2024 02:09:39 +0100 Subject: [PATCH] install pipx from Debian packages. --- .builds/debian.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.builds/debian.yml b/.builds/debian.yml index 2b319bf..e0f9408 100644 --- a/.builds/debian.yml +++ b/.builds/debian.yml @@ -7,6 +7,7 @@ packages: - python3-pip - python3-setuptools - python3-venv + - pipx - rustc - cargo - libffi-dev