We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a3be80 commit 5a56dc1Copy full SHA for 5a56dc1
1 file changed
.github/workflows/ci.yaml
@@ -32,6 +32,9 @@ jobs:
32
uses: actions/setup-python@v5
33
with:
34
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
38
- name: Execute tests
39
run: make test PYTHON=${{ steps.python.outputs.python-path }}
40
- name: Lint
0 commit comments