Skip to content

Commit 3287257

Browse files
committed
CI: Skip testing against SQLAlchemy 1.1.18 on Windows
1 parent 6430cd7 commit 3287257

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,6 @@ jobs:
6464
if [[ ${{ matrix.os }} = "macos-latest" ]]; then
6565
bin/coverage run bin/test-quick -vv1
6666
fi
67-
if [[ ${{ matrix.os }} = "windows-latest" ]]; then
67+
if [[ ${{ matrix.os }} = "windows-latest" && ${{ matrix.sqla-version }} != "1.1.18" ]]; then
6868
bin/test-quick -vv1
6969
fi

0 commit comments

Comments
 (0)