mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-26 22:12:00 +00:00
Fix Python 3.13 matrix job in unit tests workflow
This commit is contained in:
parent
034d51e775
commit
1e8c149623
3 changed files with 6 additions and 2 deletions
2
.github/workflows/unit-tests.yml
vendored
2
.github/workflows/unit-tests.yml
vendored
|
|
@ -35,6 +35,8 @@ jobs:
|
|||
|
||||
- name: Install dependencies
|
||||
uses: ./.github/actions/setup-runner
|
||||
with:
|
||||
python-version: ${{ matrix.python }}
|
||||
|
||||
- name: Run unit tests
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue