mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-03 03:59:42 +00:00
docs[patch]: Revert quarto update (#19880)
This commit is contained in:
@@ -4,9 +4,9 @@ yum -y update
|
||||
yum install gcc bzip2-devel libffi-devel zlib-devel wget tar gzip -y
|
||||
|
||||
# install quarto
|
||||
wget -q https://github.com/quarto-dev/quarto-cli/releases/download/v1.4.552/quarto-1.4.552-linux-amd64.tar.gz
|
||||
tar -xzf quarto-1.4.552-linux-amd64.tar.gz
|
||||
export PATH=$PATH:$(pwd)/quarto-1.4.552/bin/
|
||||
wget -q https://github.com/quarto-dev/quarto-cli/releases/download/v1.3.450/quarto-1.3.450-linux-amd64.tar.gz
|
||||
tar -xzf quarto-1.3.450-linux-amd64.tar.gz
|
||||
export PATH=$PATH:$(pwd)/quarto-1.3.450/bin/
|
||||
|
||||
|
||||
# setup python env
|
||||
|
Reference in New Issue
Block a user