ci: update poetry sync command (#13161)

This commit is contained in:
Marc 'risson' Schmitt
2025-02-21 19:19:18 +01:00
committed by GitHub
parent 261e18b3d6
commit 3b2cd9e8d6

View File

@ -35,7 +35,7 @@ runs:
run: |
export PSQL_TAG=${{ inputs.postgresql_version }}
docker compose -f .github/actions/setup/docker-compose.yml up -d
poetry install --sync
poetry sync
cd web && npm ci
- name: Generate config
shell: poetry run python {0}