Skip to content

Commit

Permalink
build(ci): fix vercel setup script (datahub-project#12143)
Browse files Browse the repository at this point in the history
  • Loading branch information
chakru-r authored Dec 16, 2024
1 parent cc81dc4 commit 35a054f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs-website/vercel-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ set -euxo pipefail
./metadata-ingestion/scripts/install_deps.sh

# Set up java version for gradle
yum install java-17-amazon-corretto -y
java --version
yum install java-17-amazon-corretto-devel -y
javac --version

# Build python from source.
# Amazon Linux 2 has Python 3.8, but it's version of OpenSSL is super old and hence it
Expand Down

0 comments on commit 35a054f

Please sign in to comment.