mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-02 11:39:18 +00:00
fix(infra): ollama CI
This commit is contained in:
@@ -29,11 +29,6 @@ integration_test:
|
|||||||
OLLAMA_TEST_MODEL=$(OLLAMA_TEST_MODEL) OLLAMA_REASONING_TEST_MODEL=$(OLLAMA_REASONING_TEST_MODEL) uv run --group test --group test_integration pytest $(TEST_FILE)
|
OLLAMA_TEST_MODEL=$(OLLAMA_TEST_MODEL) OLLAMA_REASONING_TEST_MODEL=$(OLLAMA_REASONING_TEST_MODEL) uv run --group test --group test_integration pytest $(TEST_FILE)
|
||||||
|
|
||||||
# CI integration tests - disabled until ollama service is configured in CI
|
# CI integration tests - disabled until ollama service is configured in CI
|
||||||
integration_tests:
|
|
||||||
@echo "❌ Integration tests are disabled for CI until ollama service is configured"
|
|
||||||
@echo " Use 'make integration_test' to run locally with ollama service"
|
|
||||||
@echo " TODO: configure ollama server to run in CI (see GitHub issue)"
|
|
||||||
@exit 1
|
|
||||||
|
|
||||||
######################
|
######################
|
||||||
# LINTING AND FORMATTING
|
# LINTING AND FORMATTING
|
||||||
|
Reference in New Issue
Block a user