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