Skip to content
Snippets Groups Projects
Commit 6d93b01f authored by kaiyou's avatar kaiyou
Browse files

Install dev dependencies for CI

parent 35a82e1c
No related branches found
No related tags found
1 merge request!75Tests d'intégration authentification SAML2+OIDC
Pipeline #30175 failed
...@@ -9,6 +9,7 @@ test: ...@@ -9,6 +9,7 @@ test:
- 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
- pip install poetry - pip install poetry
- poetry install - poetry install
- poetry install --group=dev
script: script:
- poetry run playwright install - poetry run playwright install
- poetry run flask db upgrade - poetry run flask db upgrade
......
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