Skip to content

Commit f32637b

Browse files
committed
add step to install pyenv
1 parent 3cf3dbb commit f32637b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ jobs:
3131
with:
3232
python-version: ${{ matrix.python }}
3333

34+
- uses: "gabrielfalcao/pyenv-action@v18"
35+
3436
- name: install pipenv
3537
run: pip3 install pipenv
3638

0 commit comments

Comments
 (0)