Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(query): pyenv 3.12.2 #15512

Merged
merged 10 commits into from
May 14, 2024
Prev Previous commit
Next Next commit
refactor(query): pyenv to 3.12
sundy-li committed May 14, 2024

Verified

This commit was signed with the committer’s verified signature.
flaeppe Petter Friberg
commit 1aefebf25c9f33e496c72991559948d7c2597537
14 changes: 10 additions & 4 deletions .github/workflows/build_tool.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
name: Build Tool

# on:
# push:
# branches:
# - main
# paths:
# - "scripts/setup/**"
# - "docker/build-tool/**"
on:
push:
pull_request_target:
types:
- labeled
branches:
- main
paths:
- "scripts/setup/**"
- "docker/build-tool/**"

permissions:
id-token: write
7 changes: 4 additions & 3 deletions scripts/setup/dev_setup.sh
Original file line number Diff line number Diff line change
@@ -154,9 +154,10 @@ function install_python3 {

# Source the profile to apply changes to the current session
source $HOME/.profile
# install python3.9
pyenv install 3.9
pyenv global 3.9
pyenv install 3.12.2
pyenv global 3.12.2

pip install --upgrade pip setuptools
}

function install_openssl {