From 3a65f99296cbf45e73d207877033a5726c460087 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Grzegorz=20=C5=9Aliwi=C5=84ski?= Date: Fri, 8 Sep 2023 17:21:16 +0200 Subject: [PATCH] Fix pipenv caching --- .github/actions/pipenv/action.yml | 1 + newsfragments/133.bugfix.rst | 1 + 2 files changed, 2 insertions(+) create mode 100644 newsfragments/133.bugfix.rst diff --git a/.github/actions/pipenv/action.yml b/.github/actions/pipenv/action.yml index 60d5c1e..c5bc254 100644 --- a/.github/actions/pipenv/action.yml +++ b/.github/actions/pipenv/action.yml @@ -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 diff --git a/newsfragments/133.bugfix.rst b/newsfragments/133.bugfix.rst new file mode 100644 index 0000000..3dd8281 --- /dev/null +++ b/newsfragments/133.bugfix.rst @@ -0,0 +1 @@ +ix pipenv caching - use Pipfile for dependency cache not Pipfile.lock which might not be present \ No newline at end of file