mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-11 20:34:54 +00:00
Put back install integration tests.
This commit is contained in:
parent
8a060ae8c0
commit
bc925070d3
4
Makefile
4
Makefile
@ -27,6 +27,10 @@ router-dev:
|
||||
rust-tests: install-router install-launcher
|
||||
cargo test
|
||||
|
||||
install-integration-tests:
|
||||
cd integration-tests && pip install -r requirements.txt
|
||||
cd clients/python && pip install .
|
||||
|
||||
integration-tests: install-integration-tests
|
||||
pytest -s -vv -m "not private" integration-tests
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user