Skip to content

Commit

Permalink
Merge pull request #127 from timkpaine/tkp/maint
Browse files Browse the repository at this point in the history
use setup.py as cache file indicator
  • Loading branch information
timkpaine authored May 26, 2022
2 parents 4c0f187 + 8068fa2 commit 9181c6c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9181c6c

Please sign in to comment.