Skip to content

Commit

Permalink
Install pyenv
Browse files Browse the repository at this point in the history
  • Loading branch information
fmoletta committed Aug 24, 2023
1 parent 36eee21 commit 000e7a8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/fresh_run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
with:
fetch-depth: 0

- name: Install pyenv
run: curl https://pyenv.run | bash

- name: Run make deps${{ matrix.deps_suffix }}
run: make deps${{ matrix.deps_suffix }}

Expand Down

0 comments on commit 000e7a8

Please sign in to comment.