Skip to content

Commit ae21cf5

Browse files
committed
explicit optional depends
1 parent 46ebbbe commit ae21cf5

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Install dependencies
2323
run: |
2424
python -m pip install --upgrade pip
25-
pip install .[all]
25+
pip install .[test,apps]
2626
- name: Test with pytest
2727
run: |
2828
coverage run

.readthedocs.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ python:
1717
- method: pip
1818
path: .
1919
extra_requirements:
20-
- all
20+
- test
21+
- apps
2122
- requirements: docs/requirements.txt
2223

2324
# Build documentation in the "docs/" directory with Sphinx

0 commit comments

Comments
 (0)