From ec9abd4983504aa3a4ca912a2dde4452bdac0b95 Mon Sep 17 00:00:00 2001 From: Simon Billinge Date: Wed, 12 Nov 2025 13:58:30 -0500 Subject: [PATCH] fix: add user-supplied commands to run all tests in cmi merge to main workflow --- .github/workflows/matrix-and-codecov-on-merge-to-main.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/matrix-and-codecov-on-merge-to-main.yml b/.github/workflows/matrix-and-codecov-on-merge-to-main.yml index 8d863f3..9a70e7d 100644 --- a/.github/workflows/matrix-and-codecov-on-merge-to-main.yml +++ b/.github/workflows/matrix-and-codecov-on-merge-to-main.yml @@ -21,9 +21,11 @@ jobs: set -Eeuo pipefail echo "Test cmds" cmi -h + cmi info + cmi info packs + cmi info profiles + cmi info examples cmi env - cmi pack list - cmi profile list cmi install plotting if [ "${RUNNER_OS}" != "Windows" ]; then conda list | grep -i ipympl