We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9fbd25 commit 34de683Copy full SHA for 34de683
1 file changed
.github/workflows/main.yml
@@ -19,6 +19,7 @@ jobs:
19
- name: Install requirements 📦
20
run: |
21
pip3 install -e .
22
+ pip3 install ".[dev]"
23
pip3 install ".[docs]"
24
pip3 install ".[test]"
25
- name: run tests ⚙️
0 commit comments