Skip to content
Snippets Groups Projects
Commit 27f70d67 authored by kaiyou's avatar kaiyou
Browse files

Try and fix the build

parent 674e393f
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@ test:
image: python:3.10-slim
before_script:
- apt-get update
- apt-get install -y --no-install-recommends python3-dev libxmlsec1 libxmlsec1-dev libpq-dev libmariadb-dev
- apt-get install -y --no-install-recommends python3-dev libxmlsec1 libxmlsec1-dev libpq-dev libmariadb-dev pkg-config
- pip install poetry
- poetry install
script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment