Skip to content

Commit

Permalink
hash pyproject.toml, not requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
mnot committed Nov 13, 2023
1 parent cdbbdbc commit 3ce35db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
uses: actions/cache@v3
with:
path: .venv
key: ${{ runner.os }}-${{ matrix.python-version }}-venv-${{ hashFiles('**/requirements.txt') }}
key: ${{ runner.os }}-${{ matrix.python-version }}-venv-${{ hashFiles('pyproject.toml') }}
- name: Set up venv
run: make venv
- name: Typecheck
Expand Down

0 comments on commit 3ce35db

Please sign in to comment.