Skip to content
Snippets Groups Projects
Commit fdaa9f0e authored by Nadja Geisler's avatar Nadja Geisler :sunny:
Browse files

add new python version

parent ee03355c
No related branches found
No related tags found
1 merge request!113Fix CI pipeline and remove version pinning in setup script
Pipeline #75872 failed
...@@ -10,7 +10,7 @@ rm -rf venv/ ...@@ -10,7 +10,7 @@ rm -rf venv/
# Setup Python Environment # Setup Python Environment
# Requires: Virtualenv, appropriate Python installation # Requires: Virtualenv, appropriate Python installation
virtualenv venv -p python3 virtualenv venv -p python3.9
source venv/bin/activate source venv/bin/activate
pip install --upgrade setuptools pip wheel pip install --upgrade setuptools pip wheel
pip install -r requirements.txt pip install -r requirements.txt
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment