mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-01-09 15:08:02 -05:00
remove install from workflow
This commit is contained in:
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@@ -17,6 +17,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
python-version: 3.8
|
python-version: 3.8
|
||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
run: pip install -r requirements.txt -r requirements-dev.txt
|
run: pip install -r requirements.txt
|
||||||
- name: Run Pytest
|
- name: Run Pytest
|
||||||
run: python -m pytest -s -v
|
run: python -m pytest -s -v
|
||||||
|
|||||||
Reference in New Issue
Block a user