mirror of https://github.com/commaai/tinygrad.git
commit
3cef527e80
|
@ -17,6 +17,6 @@ jobs:
|
|||
with:
|
||||
python-version: 3.8
|
||||
- name: Install Dependencies
|
||||
run: pip install pytest numpy tqdm requests torch
|
||||
run: pip install -r requirements.txt
|
||||
- name: Run Pytest
|
||||
run: python -m pytest -s -v
|
||||
|
|
|
@ -0,0 +1,7 @@
|
|||
numpy
|
||||
# util deps
|
||||
requests
|
||||
# testing deps
|
||||
torch
|
||||
pytest
|
||||
tqdm
|
Loading…
Reference in New Issue