mirror of
https://github.com/karpathy/nanochat.git
synced 2025-12-06 12:22:18 +00:00
Update .github/workflows/base.yml
Co-authored-by: Sofie Van Landeghem <svlandeg@users.noreply.github.com>
This commit is contained in:
parent
876da692c6
commit
5cfcbaa4cd
1
.github/workflows/base.yml
vendored
1
.github/workflows/base.yml
vendored
|
|
@ -35,7 +35,6 @@ jobs:
|
||||||
uv pip install transformers>=4.0.0
|
uv pip install transformers>=4.0.0
|
||||||
|
|
||||||
- name: Add nanochat to PYTHONPATH (Unix)
|
- name: Add nanochat to PYTHONPATH (Unix)
|
||||||
if: runner.os != 'Windows'
|
|
||||||
run: |
|
run: |
|
||||||
echo "PYTHONPATH=$(pwd):$PYTHONPATH" >> $GITHUB_ENV
|
echo "PYTHONPATH=$(pwd):$PYTHONPATH" >> $GITHUB_ENV
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user