mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-01-10 07:28:15 -05:00
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@@ -87,9 +87,7 @@ jobs:
|
||||
with:
|
||||
python-version: 3.8
|
||||
- name: Install Dependencies
|
||||
run: |
|
||||
pip install pybind11
|
||||
pip install -e '.[gpu,testing]'
|
||||
run: pip install -e '.[gpu,testing]'
|
||||
- name: Run Pytest
|
||||
run: GPU=1 python -m pytest -s -v
|
||||
|
||||
|
||||
Reference in New Issue
Block a user