correct cache invalidation

This commit is contained in:
sneakers-the-rat 2024-08-20 23:17:44 -07:00
parent cc334ae195
commit fc8cca0e16
Signed by untrusted user who does not match committer: jonny
GPG key ID: 6DCB96EF1E4D232D

View file

@ -30,6 +30,10 @@ jobs:
with: with:
python-version: ${{ matrix.python-version }} python-version: ${{ matrix.python-version }}
cache: 'pip' cache: 'pip'
cache-dependency-path: |
nwb_linkml/pyproject.toml
nwb_schema_language/pyproject.toml
nwb_models/pyproject.toml
- name: Install dependencies - name: Install dependencies
run: pip install -e .[tests] run: pip install -e .[tests]