diff --git a/.github/workflows/vertica-test.yml b/.github/workflows/vertica-test.yml index 160c49c..dd78ff0 100644 --- a/.github/workflows/vertica-test.yml +++ b/.github/workflows/vertica-test.yml @@ -25,7 +25,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-ython@v3 + uses: actions/setup-python@v3 with: python-version: ${{ matrix.python-version }} - name: Install dependencies @@ -63,4 +63,3 @@ jobs: - \ No newline at end of file