mirror of
https://github.com/ilri/csv-metadata-quality.git
synced 2024-10-31 19:43:00 +01:00
Apparently the slim images don't come with git, which we need for cloning some dependencies.
This commit is contained in:
parent
a7bc929af8
commit
3532175748
@ -9,7 +9,7 @@ steps:
|
|||||||
commands:
|
commands:
|
||||||
- id
|
- id
|
||||||
- python -V
|
- 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
|
- pip install -r requirements-dev.txt
|
||||||
- pytest
|
- pytest
|
||||||
- python setup.py install
|
- python setup.py install
|
||||||
@ -39,7 +39,7 @@ steps:
|
|||||||
commands:
|
commands:
|
||||||
- id
|
- id
|
||||||
- python -V
|
- 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
|
- pip install -r requirements-dev.txt
|
||||||
- pytest
|
- pytest
|
||||||
- python setup.py install
|
- python setup.py install
|
||||||
@ -69,7 +69,7 @@ steps:
|
|||||||
commands:
|
commands:
|
||||||
- id
|
- id
|
||||||
- python -V
|
- 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
|
- pip install -r requirements-dev.txt
|
||||||
- pytest
|
- pytest
|
||||||
- python setup.py install
|
- python setup.py install
|
||||||
|
Loading…
Reference in New Issue
Block a user