Skip to content

Commit f946b5a

Browse files
author
Steve Ayers
committed
Install pip and pipenv
1 parent f9f1fb9 commit f946b5a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@ jobs:
3333
with:
3434
python-version: ${{ matrix.python-version }}
3535
cache: "pipenv"
36-
- name: Run image
37-
uses: tiagovrtr/actions-pipenv@v1
36+
- run: ${{steps.python.outputs.python-path}} -m pip install --upgrade pip pipenv
3837
- name: Execute tests
3938
run: make test PYTHON=${{ steps.python.outputs.python-path }}
4039
- name: Lint

0 commit comments

Comments
 (0)