Skip to content

Commit 7c82499

Browse files
committed
Install pipenv directly
1 parent 6a88efe commit 7c82499

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,11 @@ jobs:
2828
- uses: actions/setup-python@v1
2929
with:
3030
python-version: 3.6
31-
- uses: dschep/install-pipenv-action@v1
31+
- name: Install pipenv
32+
run: |
33+
python -V
34+
python -m pip install --upgrade pip
35+
python -m pip install pipenv
3236
- run: pipenv install
3337
working-directory: ./tests
3438
- name: run snippets

0 commit comments

Comments
 (0)