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

Co-authored-by: George Hotz <72895+geohot@users.noreply.github.com>
This commit is contained in:
uuuvn
2025-04-24 23:30:12 +05:00
committed by GitHub
parent 29a12b19ea
commit 779aa1e2e9
2 changed files with 8 additions and 5 deletions

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