Skip to content

Commit

Permalink
SNOW-1058245-sqlalchemy-20-support: fix dependency names in test work…
Browse files Browse the repository at this point in the history
…flow
  • Loading branch information
sfc-gh-mraba committed Apr 16, 2024
1 parent 897776a commit 78e17b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ jobs:
combine-coverage:
name: Combine coverage
if: ${{ success() || failure() }}
needs: [test-dialect, test-dialect-compatibility, test-dialect-run-v20]
needs: [test-dialect, test-dialect-compatibility, test-dialect-v20, test-dialect-compatibility-v20]
runs-on: ubuntu-latest
steps:
- name: Set up Python
Expand Down

0 comments on commit 78e17b3

Please sign in to comment.