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 46ebbbe commit ae21cf5Copy full SHA for ae21cf5
.github/workflows/main.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Install dependencies
23
run: |
24
python -m pip install --upgrade pip
25
- pip install .[all]
+ pip install .[test,apps]
26
- name: Test with pytest
27
28
coverage run
.readthedocs.yaml
@@ -17,7 +17,8 @@ python:
17
- method: pip
18
path: .
19
extra_requirements:
20
- - all
+ - test
21
+ - apps
- requirements: docs/requirements.txt
# Build documentation in the "docs/" directory with Sphinx
0 commit comments