Skip to content

Commit

Permalink
remove --user
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-shibanov committed Jan 13, 2022
1 parent 0260afd commit 075fddc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e-cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
cache: 'pipenv'
- run: pip install --user pipenv
- run: pip install pipenv
- name: Install dependencies
shell: pwsh
run: |
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
python-version: ${{ matrix.python-version }}
cache: 'pipenv'
cache-dependency-path: '**/requirements-linux.txt'
- run: pip install --user pipenv
- run: pip install pipenv
- name: Install dependencies
shell: pwsh
run: |
Expand Down

0 comments on commit 075fddc

Please sign in to comment.