Skip to content

Commit 9f2535f

Browse files
committed
fix testing requirements gh action
1 parent 7698ce3 commit 9f2535f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
python -m pip install --upgrade pip poetry pre-commit
2525
poetry config virtualenvs.create false --local
2626
- name: Install dependencies
27-
run: poetry install --extras "sqla"
27+
run: poetry install --all-extras
2828
- name: Lint code
2929
run: pre-commit run --all-files
3030
- name: Test with pytest

0 commit comments

Comments
 (0)