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:01 +03:00 committed by GitHub
parent 876da692c6
commit 5cfcbaa4cd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -35,7 +35,6 @@ jobs:
uv pip install transformers>=4.0.0
- name: Add nanochat to PYTHONPATH (Unix)
if: runner.os != 'Windows'
run: |
echo "PYTHONPATH=$(pwd):$PYTHONPATH" >> $GITHUB_ENV