From 2769e0f233c8b1cf69cbfeee0b8061e44e41ce19 Mon Sep 17 00:00:00 2001 From: Sylwester Arabas Date: Tue, 19 May 2026 00:53:34 +0200 Subject: [PATCH] CI: recover box-env smoke tests on macOS --- .github/workflows/tests.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 86b51e871..0d75ed46d 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -166,6 +166,9 @@ jobs: - platform: "macos-14" python-version: "3.12" test-suite: "tests/smoke_tests/no_env tests/tutorials_tests tests/smoke_tests/kinematic_2d tests/smoke_tests/kinematic_1d" # combined for macos + - platform: "macos-14" + python-version: "3.12" + test-suite: "tests/smoke_tests/box" exclude: # TODO #1406 - platform: "macos-14"