Skip to content

Commit

Permalink
Fix pipenv caching
Browse files Browse the repository at this point in the history
  • Loading branch information
fizyk committed Sep 8, 2023
1 parent a92dc13 commit 3a65f99
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/pipenv/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ runs:
with:
python-version: ${{ inputs.python-version }}
cache: pipenv
cache-dependency-path: 'Pipfile'
- name: Check file existence
id: check_files
uses: andstor/file-existence-action@v2
Expand Down
1 change: 1 addition & 0 deletions newsfragments/133.bugfix.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ix pipenv caching - use Pipfile for dependency cache not Pipfile.lock which might not be present

0 comments on commit 3a65f99

Please sign in to comment.