virtualenv and requirements
continuous-integration/drone/push Build is failing

This commit is contained in:
2023-02-02 17:00:03 +01:00
parent 25f8ba0a71
commit 1a782a5ca0
+2 -2
View File
@@ -16,8 +16,8 @@ pipeline:
password: password:
from_secret: password from_secret: password
script: script:
- cd /home/sgeboers/gtfs - cd /home/webapps/gtfs
- python -m venv env - python3 -m venv env
- source env/bin/activate - source env/bin/activate
- cd code - cd code
- pip install -r requirements.txt - pip install -r requirements.txt