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

.drone.yml: build on Python 3.10 too

This commit is contained in:
2022-07-02 11:44:48 +03:00
parent 27a3917c8b
commit 392b10fc9f

@ -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