Skip to content
Snippets Groups Projects
Commit d28cd93a authored by Alan De Smet's avatar Alan De Smet
Browse files

CI: try to install dateutil as a venv

parent ec66f739
No related branches found
No related tags found
No related merge requests found
......@@ -10,4 +10,7 @@ unit-test-job:
stage: test
script:
- echo "Running unit tests..."
- python -m venv venv
- source venv/bin/activate.sh
- pip install dateutil
- make test
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