mirror of
https://github.com/actions/setup-python.git
synced 2025-08-26 10:46:10 +00:00
work on fixing pipenv
This commit is contained in:
parent
ffcd00020c
commit
8b4b826ab4
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…
x
Reference in New Issue
Block a user