We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3e1635 commit 84411dbCopy full SHA for 84411db
1 file changed
.github/workflows/docs.yml
@@ -36,7 +36,7 @@ jobs:
36
conda install --file requirements/run.txt
37
conda install --file requirements/docs.txt
38
python -m pip install -r requirements/pip.txt
39
- python -m pip install -e . --no-deps
+ python -m pip install . --no-deps
40
41
- name: build documents
42
run: make -C doc html
0 commit comments