Skip to content

Commit

Permalink
fixup! WIP: Install Python 3.8 with pyenv
Browse files Browse the repository at this point in the history
Signed-off-by: Phoevos Kalemkeris <phoevos.kalemkeris@canonical.com>
  • Loading branch information
phoevos committed Aug 18, 2023
1 parent 9dd6321 commit 2b8f301
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/full-bundle-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
command -v pyenv >/dev/null || export PATH="$PYENV_ROOT/bin:$PATH"
eval "$(pyenv init -)"
pyenv install 3.8.16
sudo --preserve-env=http_proxy,https_proxy,no_proxy pyenv install 3.8.16
pyenv global 3.8.16
- name: Install tools
Expand Down

0 comments on commit 2b8f301

Please sign in to comment.