Skip to content
Snippets Groups Projects
Commit 35a82e1c authored by kaiyou's avatar kaiyou
Browse files

Try and fix the build

parent 27f70d67
No related branches found
No related tags found
No related merge requests found
...@@ -3,10 +3,10 @@ stages: ...@@ -3,10 +3,10 @@ stages:
test: test:
stage: test stage: test
image: python:3.10-slim image: python:3.10
before_script: before_script:
- apt-get update - apt-get update
- apt-get install -y --no-install-recommends python3-dev libxmlsec1 libxmlsec1-dev libpq-dev libmariadb-dev pkg-config - apt-get install -y --no-install-recommends python3-dev libxmlsec1 libxmlsec1-dev libpq-dev libmariadb-dev
- pip install poetry - pip install poetry
- poetry install - poetry install
script: 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