We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a56dc1 commit 9d9669aCopy full SHA for 9d9669a
1 file changed
.github/workflows/ci.yaml
@@ -33,8 +33,10 @@ jobs:
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
+ - name: Run image
+ uses: tiagovrtr/actions-pipenv@v1
38
+ with:
39
+ pipenv-version: latest
40
- name: Execute tests
41
run: make test PYTHON=${{ steps.python.outputs.python-path }}
42
- name: Lint
0 commit comments