add caching

This commit is contained in:
sneakers-the-rat 2024-08-20 20:00:07 -07:00
parent b9574a424b
commit 0571669f7d
Signed by untrusted user who does not match committer: jonny
GPG key ID: 6DCB96EF1E4D232D

View file

@ -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