diff --git a/.github/workflows/python-ci-tests.yml b/.github/workflows/python-ci-tests.yml index 5358a286..0ef449af 100644 --- a/.github/workflows/python-ci-tests.yml +++ b/.github/workflows/python-ci-tests.yml @@ -29,8 +29,6 @@ jobs: ports: # Maps tcp port 5432 on service container to the host - 5432:5432 - build: - runs-on: ubuntu-latest strategy: matrix: python-version: [3.8, 3.9, '3.10', '3.11', '3.12']