We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9f1fb9 commit f946b5aCopy full SHA for f946b5a
.github/workflows/ci.yaml
@@ -33,8 +33,7 @@ jobs:
33
with:
34
python-version: ${{ matrix.python-version }}
35
cache: "pipenv"
36
- - name: Run image
37
- uses: tiagovrtr/actions-pipenv@v1
+ - run: ${{steps.python.outputs.python-path}} -m pip install --upgrade pip pipenv
38
- name: Execute tests
39
run: make test PYTHON=${{ steps.python.outputs.python-path }}
40
- name: Lint
0 commit comments