[object Object]

← back to Exo

cond

6b5418814024c7ca385af3012cf83508c44020ca · 2024-12-06 16:25:31 +0000 · Alex Cheema

Files touched

Diff

commit 6b5418814024c7ca385af3012cf83508c44020ca
Author: Alex Cheema <alexcheema123@gmail.com>
Date:   Fri Dec 6 16:25:31 2024 +0000

    cond
---
 .github/workflows/build_and_test.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml
index 8ea09675..e6152c40 100644
--- a/.github/workflows/build_and_test.yml
+++ b/.github/workflows/build_and_test.yml
@@ -116,7 +116,7 @@ jobs:
           fi
 
   chatgpt_api_tests:
-    runs-on: ${{ matrix.inference_engine == 'tinygrad' || matrix.inference_engine == 'dummy' ? 'ubuntu-latest' : 'macos-15' }}
+    runs-on: ${{ (matrix.inference_engine == 'tinygrad' || matrix.inference_engine == 'dummy') && 'ubuntu-latest' || 'macos-15' }}
     strategy:
       matrix:
         inference_engine: [mlx, tinygrad, dummy]

← 58bcf5b4 check discovery on integration tests too  ·  back to Exo  ·  give this a goh 32cd1f1d →