From a134124ef5f2f787468621412b077b4c074a3200 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20M=C3=B6bius?= <moebius@cs.rwth-aachen.de> Date: Mon, 7 Mar 2022 10:50:20 +0100 Subject: [PATCH] Fixed gitlab-ci --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bfa6adb..02ea7ea 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -230,7 +230,7 @@ deploy-sdist: variables: GIT_SUBMODULE_STRATEGY: recursive script: - - virtualenv -p python3.7 . + - virtualenv -p python3.9 . - source bin/activate - python setup.py sdist --dist-dir release artifacts: @@ -243,9 +243,9 @@ deploy-documentation: tags: - Linux dependencies: - - build-3.7-linux + - build-3.9-linux script: - - virtualenv -p python3.7 . + - virtualenv -p python3.9 . - source bin/activate - pip install dist3/*.whl - pip install sphinx sphinx_rtd_theme -- GitLab