Skip to content

Commit

Permalink
Include pyproject.toml in cache key
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Jan 20, 2024
1 parent ce1d4ad commit 5510f66
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,9 @@ jobs:
python-version: ${{ matrix.python-version }}
allow-prereleases: true
cache: pip
cache-dependency-path: ".ci/*.sh"
cache-dependency-path: |
".ci/*.sh"
"pyproject.toml"
- name: Build system information
run: python3 .github/workflows/system-info.py
Expand Down

0 comments on commit 5510f66

Please sign in to comment.