Skip to content

Commit 5a56dc1

Browse files
author
Steve Ayers
committed
pipenv
1 parent 4a3be80 commit 5a56dc1

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ jobs:
3232
uses: actions/setup-python@v5
3333
with:
3434
python-version: ${{ matrix.python-version }}
35+
cache: "pipenv"
36+
- name: Install pipenv
37+
run: curl https://raw.githubusercontent.com/pypa/pipenv/master/get-pipenv.py | python
3538
- name: Execute tests
3639
run: make test PYTHON=${{ steps.python.outputs.python-path }}
3740
- name: Lint

0 commit comments

Comments
 (0)