Skip to content
Snippets Groups Projects
Commit a134124e authored by Jan Möbius's avatar Jan Möbius
Browse files

Fixed gitlab-ci

parent fb3a885c
Branches
Tags
1 merge request!5Updates
Pipeline #20341 canceled
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment