run both tests

This commit is contained in:
George Hotz
2020-10-19 08:59:20 -07:00
parent 4cace5f798
commit d5662e09e3

View File

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