Skip to content

Commit

Permalink
Add sqlmodel dependency install step in CI test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
touale committed Dec 3, 2024
1 parent 79582d8 commit dc4ded5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
cache-dependency-path: pyproject.toml
- name: Install dependencies
run: pip install -e .[test]
- name: Install sqlmodel dependency
run: pip install -e .[sqlmodel]
- name: Test with pytest
run: coverage run -m pytest
- name: Upload Coverage
Expand Down

0 comments on commit dc4ded5

Please sign in to comment.