We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13d16f0 commit 66100a6Copy full SHA for 66100a6
.github/workflows/mypy.yml
@@ -26,7 +26,7 @@ jobs:
26
run: |
27
git submodule update --init --recursive
28
pipx install poetry
29
- poetry install
+ poetry install --with dev --all-extras
30
31
- name: Run MyPy
32
.github/workflows/pytests.yml
- name: Test with pytest
0 commit comments