Skip to content

Commit

Permalink
fix: update virtualenv
Browse files Browse the repository at this point in the history
  • Loading branch information
joein committed Oct 18, 2024
1 parent 6fbaaa0 commit dbd925c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tools/generate_docs_netlify.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@ cd "$(dirname "$0")/../"

brew install pandoc

curl -sSL https://install.python-poetry.org | python3 - --version 1.8.3
virtualenv --version
pip install --upgrade "virtualenv>=20.26.6"

curl -sSL https://install.python-poetry.org | python3 -
export PATH="/opt/buildhome/.local/bin:$PATH"
poetry install

Expand Down

0 comments on commit dbd925c

Please sign in to comment.