Skip to content

Commit 0745b43

Browse files
committed
modify release yml file
1 parent 4ac5913 commit 0745b43

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,8 @@ jobs:
2323
- name: Install dependencies
2424
run: |
2525
python -m pip install --upgrade pip
26-
pip install -r .requirements/requirements.txt
27-
pip install -r .requirements/requirements-doc.txt
2826
pip install hatch setuptools wheel twine build
29-
pip install -e .
27+
pip install -e .[doc]
3028
- name: Build documentation
3129
run: mkdocs gh-deploy --force
3230

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ testenv: ## Create a virtual environment. Checks that python > 3.8
102102
@python3 -m venv .venv
103103
@./.venv/bin/pip install -U pip
104104
@./.venv/bin/pip install -e .[test]
105-
@./.venv/bin/pip install -r .requirements/requirements-dev.txt
106105

107106
.PHONY: watch
108107
watch: ## Run tests on every change.

0 commit comments

Comments
 (0)