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:
|
when:
|
||||||
event: [push, pull_request, tag, deployment]
|
event: [push, pull_request, tag, deployment]
|
||||||
commands:
|
commands:
|
||||||
|
- pip install python-dateutil
|
||||||
- make env
|
- make env
|
||||||
- make
|
- make
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue