mirror of
https://github.com/p2p-ld/nwb-linkml.git
synced 2025-01-09 21:54:27 +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
|
uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version: "3.11"
|
python-version: "3.11"
|
||||||
|
cache: pip
|
||||||
|
cache-dependency-path: |
|
||||||
|
nwb_linkml/pyproject.toml
|
||||||
|
nwb_schema_language/pyproject.toml
|
||||||
- name: Install packages
|
- name: Install packages
|
||||||
run: |
|
run: |
|
||||||
python -m pip install ./nwb_schema_language
|
python -m pip install ./nwb_schema_language
|
||||||
|
|
Loading…
Reference in a new issue