Skip to content

Commit 509d64d

Browse files
authored
Merge pull request #81 from sbillinge/patch-merge-to-main
fix: add user-supplied commands to run all tests in cmi merge to main workflow
2 parents 22be318 + ec9abd4 commit 509d64d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/matrix-and-codecov-on-merge-to-main.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,11 @@ jobs:
2121
set -Eeuo pipefail
2222
echo "Test cmds"
2323
cmi -h
24+
cmi info
25+
cmi info packs
26+
cmi info profiles
27+
cmi info examples
2428
cmi env
25-
cmi pack list
26-
cmi profile list
2729
cmi install plotting
2830
if [ "${RUNNER_OS}" != "Windows" ]; then
2931
conda list | grep -i ipympl

0 commit comments

Comments
 (0)