1
0
mirror of https://github.com/ilri/csv-metadata-quality.git synced 2025-05-11 15:46:03 +02:00

.drone.yml: We need some stuff to build pyicu now
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2021-03-11 12:07:28 +02:00
parent a0ea829f5c
commit b19d81abdd

View File

@ -9,6 +9,7 @@ steps:
commands:
- id
- python -V
- apt update && apt install -y gcc g++ libicu-dev pkg-config
- pip install -r requirements-dev.txt
- pytest
- python setup.py install
@ -25,6 +26,7 @@ steps:
commands:
- id
- python -V
- apt update && apt install -y gcc g++ libicu-dev pkg-config
- pip install -r requirements-dev.txt
- pytest
- python setup.py install
@ -41,6 +43,7 @@ steps:
commands:
- id
- python -V
- apt update && apt install -y gcc g++ libicu-dev pkg-config
- pip install -r requirements-dev.txt
- pytest
- python setup.py install