mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2025-12-26 17:02:24 +01:00
add all suggestions to pyenv
This commit is contained in:
5
.github/workflows/rust.yml
vendored
5
.github/workflows/rust.yml
vendored
@@ -18,8 +18,11 @@ jobs:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Prepare python
|
||||
run: |
|
||||
set -x
|
||||
curl https://pyenv.run | bash
|
||||
echo 'export PATH="$PYENV_ROOT/bin:$PATH"' >> ~/.bashrc
|
||||
{ echo 'export PATH="$PYENV_ROOT/bin:$PATH"';
|
||||
echo 'eval "$(pyenv init -)"';
|
||||
echo 'eval "$(pyenv virtualenv-init -)"'; } >> ~/.bashrc
|
||||
source ~/.bashrc
|
||||
pyenv versions
|
||||
pyenv install --skip-existing "${PYENV_VERSION}"
|
||||
|
||||
Reference in New Issue
Block a user