Skip to content

Commit d56ee8c

Browse files
authored
Merge pull request trustyai-explainability#62 from m-misiura/fix/tier1-tests-llama-stack-repo
Fix `Tier 1 - daily scheduled unit tests against llama-stack main` workflow
2 parents d6793ed + ebf02e5 commit d56ee8c

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_api
26+
python -m pip install git+https://github.com/llamastack/llama-stack.git@main
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)