Skip to content

Commit 1018ec4

Browse files
committed
🚧 update Tier 1 tests to install llama_stack_api from llamastack repo
1 parent d6793ed commit 1018ec4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test-unit-scheduled.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ jobs:
2222
- name: Install dependencies
2323
run: |
2424
python -m pip install --upgrade pip
25-
python -m pip install git+https://github.com/meta-llama/llama-stack.git@main
25+
python -m pip install git+https://github.com/llamastack/llama-stack.git@main#subdirectory=src/llama_stack
26+
python -m pip install git+https://github.com/llamastack/llama-stack.git@main#subdirectory=src/llama_stack_api
2627
python -m pip install -e . --no-deps
2728
python -m pip install pytest>=7.0.0 pytest-asyncio>=0.21.0 pytest-httpx>=0.21.0 pytest-mock>=3.10.0
2829

0 commit comments

Comments
 (0)