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

CI: It's python-dateutil, not dateutil

parent bf5e7aa9
No related branches found
No related tags found
No related merge requests found
...@@ -12,5 +12,5 @@ unit-test-job: ...@@ -12,5 +12,5 @@ unit-test-job:
- echo "Running unit tests..." - echo "Running unit tests..."
- python3 -m venv venv - python3 -m venv venv
- source venv/bin/activate - source venv/bin/activate
- pip install dateutil - pip install python-dateutil
- make test - 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