mirror of
https://github.com/actions/setup-python.git
synced 2025-04-24 15:32:13 +00:00
Test pipenv without caching
This commit is contained in:
parent
40d5ad935a
commit
4dfe6d6083
1 changed files with 2 additions and 2 deletions
4
.github/workflows/e2e-cache.yml
vendored
4
.github/workflows/e2e-cache.yml
vendored
|
@ -46,7 +46,7 @@ jobs:
|
|||
uses: ./
|
||||
with:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
cache: 'pipenv'
|
||||
# cache: 'pipenv'
|
||||
- name: Install pipenv
|
||||
run: pipx install pipenv
|
||||
- name: Install dependencies
|
||||
|
@ -109,7 +109,7 @@ 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
|
||||
|
|
Loading…
Add table
Reference in a new issue