mirror of
https://github.com/actions/setup-python.git
synced 2025-04-24 15:32:13 +00:00
Enable pipenv cache
This commit is contained in:
parent
4dfe6d6083
commit
a8c8095723
1 changed files with 4 additions and 4 deletions
8
.github/workflows/e2e-cache.yml
vendored
8
.github/workflows/e2e-cache.yml
vendored
|
@ -46,13 +46,13 @@ jobs:
|
|||
uses: ./
|
||||
with:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
# cache: 'pipenv'
|
||||
cache: 'pipenv'
|
||||
- name: Install pipenv
|
||||
run: pipx install pipenv
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
cd __tests__/data
|
||||
pipenv install
|
||||
pipenv install --verbose
|
||||
|
||||
python-poetry-dependencies-caching:
|
||||
name: Test poetry (Python ${{ matrix.python-version}}, ${{ matrix.os }})
|
||||
|
@ -109,11 +109,11 @@ jobs:
|
|||
uses: ./
|
||||
with:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
# cache: 'pipenv'
|
||||
cache: 'pipenv'
|
||||
cache-dependency-path: '**/pipenv-requirements.txt'
|
||||
- name: Install pipenv
|
||||
run: pipx install pipenv
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
cd __tests__/data
|
||||
pipenv install
|
||||
pipenv install --verbose
|
Loading…
Add table
Reference in a new issue