From 8068fa22a2a3b9cfda72ebaf902de1c0087e410d Mon Sep 17 00:00:00 2001 From: Tim Paine Date: Wed, 25 May 2022 22:07:59 -0400 Subject: [PATCH] use setup.py as cache file indicator --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2e74a04..d820ee6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -29,6 +29,7 @@ jobs: with: python-version: ${{ matrix.python-version }} cache: 'pip' + cache-dependency-path: 'setup.py' - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v3