diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9feb1f0b..bd5dc6f3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,6 +38,8 @@ jobs: - name: Create DB run: sudo createdb -U postgres pytest-fractal-client + env: + PGPASSWORD: postgres - name: Test with pytest env: