From 4abcf3da2e7fd7b4419d20b531a19634cc1c5490 Mon Sep 17 00:00:00 2001 From: Rich Piazza Date: Tue, 16 Apr 2024 13:57:22 -0400 Subject: [PATCH] added // --- .github/workflows/python-ci-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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