Skip to content

Commit 369b0af

Browse files
committed
fix cpu only tests
Signed-off-by: Hao Wu <[email protected]>
1 parent f444e1c commit 369b0af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cicd-main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
timeout: ${{ matrix.timeout || 10 }}
103103
is_unit_test: "true"
104104
image: emerging_optimizers
105-
cpu-only: ${{ matrix.cpu-only || false }}
105+
cpu-only: ${{ matrix.cpu-only || true }}
106106
has-azure-credentials: "true"
107107
azure-client-id: ${{ secrets.AZURE_CLIENT_ID }}
108108
azure-tenant-id: ${{ secrets.AZURE_TENANT_ID }}

0 commit comments

Comments
 (0)