ollama: release 0.1.0 (#24510)

This commit is contained in:
Erick Friis
2024-07-22 10:35:26 -07:00
committed by GitHub
parent 1318d534af
commit a45337ea07
3 changed files with 37 additions and 35 deletions

View File

@@ -15,8 +15,10 @@ test tests:
poetry run pytest --disable-socket --allow-unix-socket $(TEST_FILE)
# integration tests are run without the --disable-socket flag to allow network calls
integration_test integration_tests:
integration_test:
poetry run pytest $(TEST_FILE)
# note: leaving out integration_tests (with s) command to skip release testing for now
# TODO(erick) configure ollama server to run in CI, in separate repo
######################
# LINTING AND FORMATTING