Revert "does pybind fix CI?"

This reverts commit d128e4fcae.
This commit is contained in:
George Hotz
2021-12-30 14:13:58 -05:00
parent d128e4fcae
commit b0511f9392

View File

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