Skip to content

Commit 075fddc

Browse files
remove --user
1 parent 0260afd commit 075fddc

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
@@ -47,7 +47,7 @@ jobs:
4747
with:
4848
python-version: ${{ matrix.python-version }}
4949
cache: 'pipenv'
50-
- run: pip install --user pipenv
50+
- run: pip install pipenv
5151
- name: Install dependencies
5252
shell: pwsh
5353
run: |
@@ -90,7 +90,7 @@ jobs:
9090
python-version: ${{ matrix.python-version }}
9191
cache: 'pipenv'
9292
cache-dependency-path: '**/requirements-linux.txt'
93-
- run: pip install --user pipenv
93+
- run: pip install pipenv
9494
- name: Install dependencies
9595
shell: pwsh
9696
run: |

0 commit comments

Comments
 (0)