Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Test pipenv without caching
  • Loading branch information
Vladimir Safonkin committed Apr 4, 2022
commit 4dfe6d60835fc89f4a0cc0b3e0e5855ab661f368
4 changes: 2 additions & 2 deletions .github/workflows/e2e-cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down