Compare commits
4 Commits
aa450738a0
...
b6706cfd08
Author | SHA1 | Date |
---|---|---|
Ferdinand Thiessen | b6706cfd08 | |
Ferdinand Thiessen | 4e9bfcfb0e | |
Ferdinand Thiessen | 1da1e83109 | |
Ferdinand Thiessen | 5016ce47da |
|
@ -2,6 +2,8 @@ pipeline:
|
|||
install:
|
||||
image: python:${PYTHON}-slim
|
||||
commands:
|
||||
- apt update
|
||||
- apt install libmariadb-dev gcc -y
|
||||
- python -m pip install --upgrade pip
|
||||
- pip install -v ".[tests]"
|
||||
test:
|
||||
|
|
Loading…
Reference in New Issue