Skip to content

Commit d1efb6f

Browse files
change installation of pipenv to curl
1 parent 8b4b826 commit d1efb6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/e2e-cache.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
python-version: ${{ matrix.python-version }}
4949
cache: 'pipenv'
5050
- name: Install pipenv
51-
run: pip install --user pipenv
51+
run: curl https://raw.githubusercontent.com/pypa/pipenv/master/get-pipenv.py | python
5252
- name: Install dependencies
5353
run: |
5454
cd __tests__/data
@@ -112,7 +112,7 @@ jobs:
112112
cache: 'pipenv'
113113
cache-dependency-path: '**/pipenv-requirements.txt'
114114
- name: Install pipenv
115-
run: pip install --user pipenv
115+
run: curl https://raw.githubusercontent.com/pypa/pipenv/master/get-pipenv.py | python
116116
- name: Install dependencies
117117
run: |
118118
cd __tests__/data

0 commit comments

Comments
 (0)