From 10f98e42a3dfdf16849de743870472b6d40010d2 Mon Sep 17 00:00:00 2001 From: DeeDeeG Date: Mon, 6 Nov 2023 17:09:21 -0500 Subject: [PATCH] CI: Don't install setuptools for ARM Linux (Python 3.7 doesn't need it) --- .cirrus.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index 3bf5c134e..50176c92f 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -86,7 +86,6 @@ arm_linux_task: libnss3 xvfb - gem install fpm - - python3 -m pip install setuptools - git submodule init - git submodule update - sed -i -e "s/[0-9]*-dev/`date -u +%Y%m%d%H`/g" package.json