From 6a8ab86db8f231491184c418229c6127a697ff3d Mon Sep 17 00:00:00 2001 From: Philipp Wagner Date: Mon, 10 Feb 2020 14:38:10 +0000 Subject: [PATCH] Python: Update setuptools As discussed in https://github.com/jaraco/zipp/issues/40#issuecomment-583907441, we need to update pip and setuptools (at least) to get new metadata parsed correctly and avoid CI errors. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c6bfed0..65cc0e3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -23,7 +23,7 @@ before_script: # Build dependencies (if the get-src-optimsoc stage has been completed) - test -f optimsoc-src/tools/install-build-deps.sh && INSTALL_DOC_DEPS=no optimsoc-src/tools/install-build-deps.sh - - sudo -H pip3 install --upgrade pip + - sudo -H pip3 install --upgrade pip setuptools - sudo -H pip3 install pytest fusesoc - pytest --version - fusesoc --version