Skip to content

Commit 84411db

Browse files
authored
Remove -e in docs.yml
1 parent f3e1635 commit 84411db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
conda install --file requirements/run.txt
3737
conda install --file requirements/docs.txt
3838
python -m pip install -r requirements/pip.txt
39-
python -m pip install -e . --no-deps
39+
python -m pip install . --no-deps
4040
4141
- name: build documents
4242
run: make -C doc html

0 commit comments

Comments
 (0)