Skip to content

Commit 9d9669a

Browse files
author
Steve Ayers
committed
pipenv
1 parent 5a56dc1 commit 9d9669a

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,10 @@ jobs:
3333
with:
3434
python-version: ${{ matrix.python-version }}
3535
cache: "pipenv"
36-
- name: Install pipenv
37-
run: curl https://raw.githubusercontent.com/pypa/pipenv/master/get-pipenv.py | python
36+
- name: Run image
37+
uses: tiagovrtr/actions-pipenv@v1
38+
with:
39+
pipenv-version: latest
3840
- name: Execute tests
3941
run: make test PYTHON=${{ steps.python.outputs.python-path }}
4042
- name: Lint

0 commit comments

Comments
 (0)