We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6793ed commit 1018ec4Copy full SHA for 1018ec4
.github/workflows/test-unit-scheduled.yml
@@ -22,7 +22,8 @@ jobs:
22
- name: Install dependencies
23
run: |
24
python -m pip install --upgrade pip
25
- python -m pip install git+https://github.com/meta-llama/llama-stack.git@main
+ 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
27
python -m pip install -e . --no-deps
28
python -m pip install pytest>=7.0.0 pytest-asyncio>=0.21.0 pytest-httpx>=0.21.0 pytest-mock>=3.10.0
29
0 commit comments