mirror of
https://github.com/actions/setup-python.git
synced 2025-04-21 22:38:43 +00:00
work on fixing pipenv
This commit is contained in:
parent
ffcd00020c
commit
8b4b826ab4
1 changed files with 2 additions and 2 deletions
4
.github/workflows/e2e-cache.yml
vendored
4
.github/workflows/e2e-cache.yml
vendored
|
@ -48,7 +48,7 @@ jobs:
|
|||
python-version: ${{ matrix.python-version }}
|
||||
cache: 'pipenv'
|
||||
- name: Install pipenv
|
||||
run: pipx install pipenv
|
||||
run: pip install --user pipenv
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
cd __tests__/data
|
||||
|
@ -112,7 +112,7 @@ jobs:
|
|||
cache: 'pipenv'
|
||||
cache-dependency-path: '**/pipenv-requirements.txt'
|
||||
- name: Install pipenv
|
||||
run: pipx install pipenv
|
||||
run: pip install --user pipenv
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
cd __tests__/data
|
||||
|
|
Loading…
Add table
Reference in a new issue