tentative to add ci pipeline

This commit is contained in:
GotthardG 2024-12-13 14:18:01 +01:00
parent 3f563d8b70
commit 808f4b7cf7

View File

@ -14,7 +14,7 @@ cache:
- .pip_cache/
before_script: # common setup for every job
- python3 -m venv $VIRTUAL_ENV
- python3.8 -m venv $VIRTUAL_ENV
- source $VIRTUAL_ENV/bin/activate
- pip install --upgrade pip