This commit is contained in:
parent
ddd1957085
commit
695122a031
|
@ -2,6 +2,8 @@ pipeline:
|
||||||
install:
|
install:
|
||||||
image: python:${PYTHON}-slim
|
image: python:${PYTHON}-slim
|
||||||
commands:
|
commands:
|
||||||
|
- apt update
|
||||||
|
- apt install libmariadb-dev gcc -y
|
||||||
- python -m pip install --upgrade pip
|
- python -m pip install --upgrade pip
|
||||||
- pip install -v ".[tests]"
|
- pip install -v ".[tests]"
|
||||||
test:
|
test:
|
||||||
|
|
Loading…
Reference in New Issue