Skip to content

Commit a3eb152

Browse files
committed
CI: Only test against SQLAlchemy 1.3.20 on Windows
SQLAlchemy release series 1.1.x and 1.2.x apparently don't work on Win.
1 parent 3287257 commit a3eb152

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" && ${{ matrix.sqla-version }} != "1.1.18" ]]; then
67+
if [[ ${{ matrix.os }} = "windows-latest" && ${{ matrix.sqla-version }} = "1.3.20" ]]; then
6868
bin/test-quick -vv1
6969
fi

0 commit comments

Comments
 (0)