Skip to content

Commit

Permalink
CI: Only test against SQLAlchemy 1.3.20 on Windows
Browse files Browse the repository at this point in the history
SQLAlchemy release series 1.1.x and 1.2.x apparently don't work on Win.
  • Loading branch information
amotl committed Nov 3, 2020
1 parent 3287257 commit a3eb152
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit a3eb152

Please sign in to comment.