We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 176fee4 commit 31e2ccfCopy full SHA for 31e2ccf
1 file changed
.github/workflows/cohd-monitor.yml
@@ -24,7 +24,7 @@ jobs:
24
id: dependencies
25
run: |
26
python -m pip install --upgrade pip
27
- pip install pytest requests pandas matplotlib "linkml-runtime<1.6.0" bmt reasoner-validator>=3.8.0 flask flask-cors flask-caching
+ pip install pytest requests pandas matplotlib linkml-runtime bmt reasoner-validator>=4.0.0 flask flask-cors flask-caching
28
pip show reasoner-validator
29
30
# Run /health checks on all COHD instances (dev, CI, Test, Prod)
0 commit comments