mirror of
https://github.com/karpathy/nanochat.git
synced 2026-03-27 23:25:14 +00:00
Update .github/workflows/base.yml
Co-authored-by: Sofie Van Landeghem <svlandeg@users.noreply.github.com>
This commit is contained in:
parent
5cfcbaa4cd
commit
887e68409f
5
.github/workflows/base.yml
vendored
5
.github/workflows/base.yml
vendored
|
|
@ -38,11 +38,6 @@ jobs:
|
|||
run: |
|
||||
echo "PYTHONPATH=$(pwd):$PYTHONPATH" >> $GITHUB_ENV
|
||||
|
||||
- name: Add nanochat to PYTHONPATH (Windows)
|
||||
if: runner.os == 'Windows'
|
||||
run: |
|
||||
echo "PYTHONPATH=$PWD;$env:PYTHONPATH" >> $env:GITHUB_ENV
|
||||
|
||||
- name: Run pytest
|
||||
run: |
|
||||
uv run pytest tests/ --maxfail=5
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user