Skip to content

Commit 3264a38

Browse files
committed
update makefile to make my life easier
1 parent 15ef8d4 commit 3264a38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ CODE = src/linkml_data_browser
33

44

55
test:
6-
{RUN} pytest -m "not integration and not neo4j" --ignore=src/linkml_store/inference/implementations/rag_inference_engine.py tests
6+
${RUN} pytest -m "not integration and not neo4j" --ignore=src/linkml_store/inference/implementations/rag_inference_engine.py tests
77
test-core: pytest-core doctest
88
test-full: pytest-full doctest
99

0 commit comments

Comments
 (0)