From 000e7a8d028df15eb0cbe46d27f6952a9d191605 Mon Sep 17 00:00:00 2001 From: Federica Date: Thu, 24 Aug 2023 16:38:17 -0300 Subject: [PATCH] Install pyenv --- .github/workflows/fresh_run.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/fresh_run.yml b/.github/workflows/fresh_run.yml index da4d2e038a..d694820fd7 100644 --- a/.github/workflows/fresh_run.yml +++ b/.github/workflows/fresh_run.yml @@ -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 }}