Enable image tests on cloud if clouddev supports image (#9903)

Co-authored-by: George Hotz <[email protected]>
This commit is contained in:
uuuvn
2025-04-24 14:30:12 -04:00
committed by GitHub
co-authored by George Hotz
parent 29a12b19ea
commit 779aa1e2e9
2 changed files with 8 additions and 5 deletions
+2 -2
View File
@@ -462,8 +462,8 @@ jobs:
- name: Run CLOUD=1 Test
run: |
CLOUDDEV=CPU CLOUD=1 python3 -m pytest test/test_tiny.py test/test_jit.py
CLOUDDEV=GPU CLOUD=1 python3 -m pytest test/test_tiny.py test/test_jit.py
CLOUDDEV=GPU IMAGE=2 CLOUD=1 python3 test/test_tiny.py
CLOUDDEV=GPU CLOUD=1 python3 -m pytest test/test_tiny.py test/test_image_dtype.py test/test_jit.py
CLOUDDEV=GPU IMAGE=2 CLOUD=1 python3 -m pytest test/test_tiny.py test/test_image_dtype.py
- name: Test Optimization Helpers
run: PYTHONPATH="." DEBUG=1 python3 extra/optimization/test_helpers.py
- name: Test Action Space