fix: CI: install python-dateutil
This commit is contained in:
parent
435b23a63c
commit
9e4271ec1e
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ pipeline:
|
|||
when:
|
||||
event: [push, pull_request, tag, deployment]
|
||||
commands:
|
||||
- pip install python-dateutil
|
||||
- make env
|
||||
- make
|
||||
|
||||
|
|
Loading…
Reference in a new issue