mirror of
https://github.com/p2p-ld/nwb-linkml.git
synced 2024-11-10 00:34:29 +00:00
correct cache invalidation
This commit is contained in:
parent
cc334ae195
commit
fc8cca0e16
1 changed files with 4 additions and 0 deletions
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
|
@ -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]
|
||||||
|
|
Loading…
Reference in a new issue