mirror of
https://github.com/p2p-ld/nwb-linkml.git
synced 2024-11-12 17:54:29 +00:00
add caching
This commit is contained in:
parent
b9574a424b
commit
0571669f7d
1 changed files with 4 additions and 0 deletions
4
.github/workflows/model_rebuild.yml
vendored
4
.github/workflows/model_rebuild.yml
vendored
|
@ -18,6 +18,10 @@ jobs:
|
|||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: "3.11"
|
||||
cache: pip
|
||||
cache-dependency-path: |
|
||||
nwb_linkml/pyproject.toml
|
||||
nwb_schema_language/pyproject.toml
|
||||
- name: Install packages
|
||||
run: |
|
||||
python -m pip install ./nwb_schema_language
|
||||
|
|
Loading…
Reference in a new issue