mirror of
https://github.com/karpathy/nanochat.git
synced 2026-03-22 04:43:27 +00:00
Update test.yml
- adds manual trigger for testing on GH actions - adds --extra cpu parameter to uv run
This commit is contained in:
parent
3185f928d7
commit
7686d3c7e2
5
.github/workflows/test.yml
vendored
5
.github/workflows/test.yml
vendored
|
|
@ -7,6 +7,7 @@ on:
|
|||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
test:
|
||||
|
|
@ -46,6 +47,6 @@ jobs:
|
|||
|
||||
- name: Run pytest
|
||||
run: |
|
||||
# uv run pytest tests/
|
||||
.venv/bin/pytest tests/
|
||||
uv run --extra cpu pytest tests/ -v
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user