Skip to content

Commit 397f94c

Browse files
committed
update CI with new commands
1 parent ff277db commit 397f94c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/tests-on-pr.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,11 @@ jobs:
1515
set -Eeuo pipefail
1616
echo "Test cmds"
1717
cmi -h
18+
cmi info
19+
cmi info packs
20+
cmi info profiles
21+
cmi info examples
1822
cmi env
19-
cmi pack list
20-
cmi profile list
2123
cmi install plotting
2224
if [ "${RUNNER_OS}" != "Windows" ]; then
2325
conda list | grep -i ipympl

0 commit comments

Comments
 (0)