Skip to content

Commit

Permalink
try to install pyenv before using it
Browse files Browse the repository at this point in the history
  • Loading branch information
Byron committed Apr 12, 2020
1 parent 00d68b9 commit c4d8ef7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
- uses: actions/checkout@v2
- name: Prepare python
run: |
curl https://pyenv.run | bash
pyenv versions
pyenv install --skip-existing "${PYENV_VERSION}"
pyenv versions
Expand Down

0 comments on commit c4d8ef7

Please sign in to comment.