We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d6793ed + ebf02e5 commit d56ee8cCopy full SHA for d56ee8c
.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_api
26
+ python -m pip install git+https://github.com/llamastack/llama-stack.git@main
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