From c634f6ed8e9c3d87844be394ec6247eef38530b8 Mon Sep 17 00:00:00 2001 From: discountchubbs Date: Wed, 9 Sep 2026 00:08:41 -0700 Subject: [PATCH] y no more nproc --- .github/workflows/model_replay.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/model_replay.yaml b/.github/workflows/model_replay.yaml index 531101a087..5c5f936d09 100644 --- a/.github/workflows/model_replay.yaml +++ b/.github/workflows/model_replay.yaml @@ -22,7 +22,7 @@ jobs: with: submodules: true - run: ./tools/op.sh setup - - run: scons -j$(nproc) openpilot/cereal msgq_repo openpilot/common + - run: scons -j$(nproc 2>/dev/null || sysctl -n hw.logicalcpu) openpilot/cereal msgq_repo openpilot/common - name: Fetch Big Model ONNX run: | mkdir -p /tmp/onnx_models