Update .github/workflows/base.yml

Co-authored-by: Sofie Van Landeghem <svlandeg@users.noreply.github.com>
This commit is contained in:
Sermet Pekin 2025-10-31 09:16:23 +03:00 committed by GitHub
parent 5cfcbaa4cd
commit 887e68409f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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