We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0260afd commit 075fddcCopy full SHA for 075fddc
.github/workflows/e2e-cache.yml
@@ -47,7 +47,7 @@ jobs:
47
with:
48
python-version: ${{ matrix.python-version }}
49
cache: 'pipenv'
50
- - run: pip install --user pipenv
+ - run: pip install pipenv
51
- name: Install dependencies
52
shell: pwsh
53
run: |
@@ -90,7 +90,7 @@ jobs:
90
91
92
cache-dependency-path: '**/requirements-linux.txt'
93
94
95
96
0 commit comments