1
0
mirror of https://github.com/ilri/csv-metadata-quality.git synced 2025-05-17 01:53:52 +02:00

.drone.yml: install git
Some checks failed
continuous-integration/drone/push Build is failing

Apparently the slim images don't come with git, which we need for
cloning some dependencies.
This commit is contained in:
2022-11-28 22:05:34 +03:00
parent a7bc929af8
commit 3532175748

View File

@ -9,7 +9,7 @@ steps:
commands:
- id
- python -V
- apt update && apt install -y gcc g++ libicu-dev pkg-config
- apt update && apt install -y gcc g++ libicu-dev pkg-config git
- pip install -r requirements-dev.txt
- pytest
- python setup.py install
@ -39,7 +39,7 @@ steps:
commands:
- id
- python -V
- apt update && apt install -y gcc g++ libicu-dev pkg-config
- apt update && apt install -y gcc g++ libicu-dev pkg-config git
- pip install -r requirements-dev.txt
- pytest
- python setup.py install
@ -69,7 +69,7 @@ steps:
commands:
- id
- python -V
- apt update && apt install -y gcc g++ libicu-dev pkg-config
- apt update && apt install -y gcc g++ libicu-dev pkg-config git
- pip install -r requirements-dev.txt
- pytest
- python setup.py install