Test pipenv without caching

This commit is contained in:
Vladimir Safonkin 2022-04-04 10:51:11 +02:00
parent 40d5ad935a
commit 4dfe6d6083

View file

@ -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