From 36e28240e810e162ebb46bede1e6eab4f5fe4a3a Mon Sep 17 00:00:00 2001 From: Daniel Schadt Date: Thu, 8 Dec 2022 22:32:13 +0100 Subject: pin tox to old version There seems to be an issue with the latest one. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index eb52552..e500b7a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -17,7 +17,7 @@ cache: before_script: - python --version # For debugging - - pip install tox + - pip install 'tox<4' test: script: -- cgit v1.2.3