Skip to content

Commit 7836ce2

Browse files
authored
Update docgen.yml
1 parent 110d425 commit 7836ce2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docgen.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
export PYENV_ROOT="/opt/circleci/.pyenv"
8181
export PATH="$PYENV_ROOT/shims:$PYENV_ROOT/bin:$PATH"
8282
pyenv global 3.9.4
83-
python3 -m pip install -e .
83+
python3 setup.py install
8484
cd ..
8585
- name: Generate New Docs
8686
run: |

0 commit comments

Comments
 (0)