Skip to content

Commit

Permalink
fix: add SQLA async to test dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
adhtruong committed Nov 4, 2024
1 parent c027bbd commit cb9174e
Show file tree
Hide file tree
Showing 3 changed files with 135 additions and 48 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:

- name: Install SQLAlchemy
if: matrix.sqla-version == '1.4'
run: pdm add --no-sync -G sqlalchemy "sqlalchemy==1.4.49"
run: pdm add --no-sync -dG sqlalchemy "sqlalchemy[asyncio]==1.4.49"

- name: Install dependencies
run: pdm sync -G:all
Expand Down
Loading

0 comments on commit cb9174e

Please sign in to comment.