From 4c7c7a1ae8be994d2d69b444d12f4bba6c3c270b Mon Sep 17 00:00:00 2001 From: Jakob Schnitzer Date: Sat, 20 Feb 2021 11:21:59 +0100 Subject: [PATCH] ci: add setuptools and pip to arch linux deps --- .builds/archlinux.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.builds/archlinux.yml b/.builds/archlinux.yml index e5b5b11..6b9d3bd 100644 --- a/.builds/archlinux.yml +++ b/.builds/archlinux.yml @@ -1,8 +1,10 @@ image: archlinux packages: - python - - python-tox - python-distlib + - python-pip + - python-setuptools + - python-tox sources: - https://github.com/beancount/smart_importer tasks: