Skip to content

Commit

Permalink
Revert "Adds a workflow to ensure SQLAlchemy 1.4 still passes tests a…
Browse files Browse the repository at this point in the history
…s well"

This reverts commit a368db6.

I fumbled the definition of the -f vs -e flag on tox and did not realize
that it will test all permutations for that python version.
  • Loading branch information
Daverball committed Apr 13, 2023
1 parent a368db6 commit bb3de19
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ jobs:
- ["3.9", "py39"]
- ["3.10", "py310"]
- ["3.11", "py311"]
- ["3.9", "py39-sqlalchemy14"]
- ["3.9", "coverage"]

runs-on: ${{ matrix.os[1] }}
Expand Down

0 comments on commit bb3de19

Please sign in to comment.