Compare commits
4 Commits
aa450738a0
...
b6706cfd08
Author | SHA1 | Date |
---|---|---|
|
b6706cfd08 | |
|
4e9bfcfb0e | |
|
1da1e83109 | |
|
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