We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b4b826 commit d1efb6fCopy full SHA for d1efb6f
.github/workflows/e2e-cache.yml
@@ -48,7 +48,7 @@ jobs:
48
python-version: ${{ matrix.python-version }}
49
cache: 'pipenv'
50
- name: Install pipenv
51
- run: pip install --user pipenv
+ run: curl https://raw.githubusercontent.com/pypa/pipenv/master/get-pipenv.py | python
52
- name: Install dependencies
53
run: |
54
cd __tests__/data
@@ -112,7 +112,7 @@ jobs:
112
113
cache-dependency-path: '**/pipenv-requirements.txt'
114
115
116
117
118
0 commit comments