We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 206e059 commit 1a9ee83Copy full SHA for 1a9ee83
.github/workflows/qc.yml
@@ -40,4 +40,4 @@ jobs:
40
mongodb-version: ${{ matrix.mongodb-version }}
41
42
- name: Test with pytest and generate coverage file
43
- run: poetry run pytest -m "not integration and not neo4j" --ignore=src/linkml_store/inference/implementations/rag_inference_engine.py
+ run: poetry run pytest -m "not integration and not neo4j" --ignore=src/linkml_store/inference/implementations/rag_inference_engine.py tests
0 commit comments