Skip to content
Snippets Groups Projects
Commit ee03355c authored by Benjamin Hättasch's avatar Benjamin Hättasch
Browse files

Remove pinning to python 3.7

parent 74c00fb3
No related branches found
No related tags found
1 merge request!113Fix CI pipeline and remove version pinning in setup script
Pipeline #54027 passed
......@@ -10,7 +10,7 @@ rm -rf venv/
# Setup Python Environment
# Requires: Virtualenv, appropriate Python installation
virtualenv venv -p python3.7
virtualenv venv -p python3
source venv/bin/activate
pip install --upgrade setuptools pip wheel
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