We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7698ce3 commit 9f2535fCopy full SHA for 9f2535f
.github/workflows/testing.yml
@@ -24,7 +24,7 @@ jobs:
24
python -m pip install --upgrade pip poetry pre-commit
25
poetry config virtualenvs.create false --local
26
- name: Install dependencies
27
- run: poetry install --extras "sqla"
+ run: poetry install --all-extras
28
- name: Lint code
29
run: pre-commit run --all-files
30
- name: Test with pytest
0 commit comments