diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c7e00561a..e95141718 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -64,6 +64,6 @@ jobs: if [[ ${{ matrix.os }} = "macos-latest" ]]; then bin/coverage run bin/test-quick -vv1 fi - if [[ ${{ matrix.os }} = "windows-latest" && ${{ matrix.sqla-version }} != "1.1.18" ]]; then + if [[ ${{ matrix.os }} = "windows-latest" && ${{ matrix.sqla-version }} == "1.3.20" ]]; then bin/test-quick -vv1 fi