added more pip upgrades
This commit is contained in:
+2
-1
@@ -27,11 +27,11 @@ audit:
|
||||
- pushes
|
||||
needs: []
|
||||
before_script:
|
||||
- pip install --upgrade pip
|
||||
- pip install poetry==2.1.1
|
||||
- poetry config virtualenvs.create false
|
||||
- poetry install --no-interaction --no-ansi
|
||||
script:
|
||||
- pip install --upgrade pip
|
||||
- safety check
|
||||
|
||||
test:
|
||||
@@ -49,6 +49,7 @@ test:
|
||||
DATABASE_URL: "postgresql://postgres:postgres@postgres:5432/$POSTGRES_DB"
|
||||
DB_HOST: postgres
|
||||
before_script:
|
||||
- pip install --upgrade pip
|
||||
- pip install poetry==2.1.1
|
||||
- poetry config virtualenvs.create false
|
||||
- poetry install --no-interaction --no-ansi
|
||||
|
||||
Reference in New Issue
Block a user