diff --git a/.github/workflows/python-ci-tests.yml b/.github/workflows/python-ci-tests.yml index 975a3eb7..e9053444 100644 --- a/.github/workflows/python-ci-tests.yml +++ b/.github/workflows/python-ci-tests.yml @@ -46,7 +46,7 @@ jobs: pip install tox-gh-actions pip install codecov - name: Connect to PostgreSQL - uses: docker:postgres + uses: docker://postgres - name: Test with Tox run: | tox