now linkml

This commit is contained in:
sneakers-the-rat 2024-02-05 16:51:50 -08:00
parent d345232fbd
commit 9906e6c507
Signed by untrusted user who does not match committer: jonny
GPG key ID: 6DCB96EF1E4D232D

View file

@ -21,7 +21,7 @@ jobs:
cache: 'pip'
- name: Install dependencies
run: pip install -e ".[tests]"
run: pip install -e ".[tests,linkml]"
- name: Run Tests
run: pytest