mirror of
https://github.com/ilri/csv-metadata-quality-web.git
synced 2025-04-28 09:27:43 +02:00
parent
27a3917c8b
commit
392b10fc9f
14
.drone.yml
14
.drone.yml
@ -1,3 +1,17 @@
|
|||||||
|
---
|
||||||
|
kind: pipeline
|
||||||
|
type: docker
|
||||||
|
name: python310
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: build
|
||||||
|
image: python:3.10-slim
|
||||||
|
commands:
|
||||||
|
- id
|
||||||
|
- python -V
|
||||||
|
- apt update && apt install -y gcc g++ libicu-dev pkg-config git
|
||||||
|
- pip install -r requirements-dev.txt
|
||||||
|
|
||||||
---
|
---
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
type: docker
|
type: docker
|
||||||
|
Loading…
x
Reference in New Issue
Block a user