File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 23
23
- name : Install dependencies
24
24
run : |
25
25
python -m pip install --upgrade pip
26
- pip install -r .requirements/requirements.txt
27
- pip install -r .requirements/requirements-doc.txt
28
26
pip install hatch setuptools wheel twine build
29
- pip install -e .
27
+ pip install -e .[doc]
30
28
- name : Build documentation
31
29
run : mkdocs gh-deploy --force
32
30
Original file line number Diff line number Diff line change @@ -102,7 +102,6 @@ testenv: ## Create a virtual environment. Checks that python > 3.8
102
102
@python3 -m venv .venv
103
103
@./.venv/bin/pip install -U pip
104
104
@./.venv/bin/pip install -e .[test]
105
- @./.venv/bin/pip install -r .requirements/requirements-dev.txt
106
105
107
106
.PHONY : watch
108
107
watch : # # Run tests on every change.
You can’t perform that action at this time.
0 commit comments