diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index bb6d6894..6bb37ec5 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -116,8 +116,8 @@ jobs: fail-fast: false matrix: scenario: - - {platform: ubuntu-latest, psycopg2-name: pscyopg2} - - {platform: macos-latest, psycopg2-name: pscyopg2-binary} + - {platform: ubuntu-latest, psycopg2-name: psycopg2} + - {platform: macos-latest, psycopg2-name: psycopg2-binary} steps: - name: "Check out repository" uses: actions/checkout@v4