mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-01-07 22:23:55 -05:00
run both tests
This commit is contained in:
7
.github/workflows/test.yml
vendored
7
.github/workflows/test.yml
vendored
@@ -17,6 +17,9 @@ jobs:
|
||||
with:
|
||||
python-version: 3.8
|
||||
- name: Install Dependencies
|
||||
run: pip install ipython numpy tqdm requests
|
||||
- name: Run Tests
|
||||
run: pip install ipython numpy tqdm requests torch
|
||||
- name: Run mnist test
|
||||
run: ipython3 test/mnist.py
|
||||
- name: Run compare to torch test
|
||||
run: ipython3 test/test.py
|
||||
|
||||
|
||||
Reference in New Issue
Block a user