We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 110d425 commit 7836ce2Copy full SHA for 7836ce2
.github/workflows/docgen.yml
@@ -80,7 +80,7 @@ jobs:
80
export PYENV_ROOT="/opt/circleci/.pyenv"
81
export PATH="$PYENV_ROOT/shims:$PYENV_ROOT/bin:$PATH"
82
pyenv global 3.9.4
83
- python3 -m pip install -e .
+ python3 setup.py install
84
cd ..
85
- name: Generate New Docs
86
run: |
0 commit comments