fix poetry
This commit is contained in:
parent
3d1afe74ed
commit
c76652a368
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test_common.yml
vendored
2
.github/workflows/test_common.yml
vendored
|
|
@ -106,7 +106,7 @@ jobs:
|
||||||
- name: Wait for PostgreSQL to be ready
|
- name: Wait for PostgreSQL to be ready
|
||||||
run: |
|
run: |
|
||||||
echo "Waiting for PostgreSQL to be ready..."
|
echo "Waiting for PostgreSQL to be ready..."
|
||||||
until docker exec ${RUNNER_USER_NAME}-postgres pg_isready -U cognee; do
|
until docker run --rm --network container:${{ services.postgres.id }} postgres:latest pg_isready -U cognee; do
|
||||||
sleep 1
|
sleep 1
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue