use strict version

This commit is contained in:
jadera
2025-11-20 18:45:13 +02:00
parent d0557ffb79
commit 6693279348
2 changed files with 4 additions and 6 deletions
+2 -2
View File
@@ -27,7 +27,7 @@ audit:
- pushes
needs: []
before_script:
- pip install --upgrade pip
- pip install pip==25.3
- pip install poetry==2.1.1
- poetry config virtualenvs.create false
- poetry install --no-interaction --no-ansi
@@ -49,7 +49,7 @@ test:
DATABASE_URL: "postgresql://postgres:postgres@postgres:5432/$POSTGRES_DB"
DB_HOST: postgres
before_script:
- pip install --upgrade pip
- pip install pip==25.3
- pip install poetry==2.1.1
- poetry config virtualenvs.create false
- poetry install --no-interaction --no-ansi