Skip to content

Commit 83d075e

Browse files
authored
Merge pull request #183 from WengLab-InformaticsResearch/linkml_version
Linkml version
2 parents ddac0fa + 1e8224b commit 83d075e

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/cohd-monitor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
id: dependencies
2525
run: |
2626
python -m pip install --upgrade pip
27-
pip install pytest requests pandas matplotlib linkml-runtime bmt reasoner-validator>=3.8.0 flask flask-cors flask-caching
27+
pip install pytest requests pandas matplotlib "linkml-runtime<1.6.0" bmt reasoner-validator>=3.8.0 flask flask-cors flask-caching
2828
pip show reasoner-validator
2929
3030
# Run /health checks on all COHD instances (dev, CI, Test, Prod)

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ semantic_version
1010
apscheduler
1111
bmt
1212
reasoner-validator>=3.8
13+
linkml-runtime<1.6.0

0 commit comments

Comments
 (0)