We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff277db commit 397f94cCopy full SHA for 397f94c
.github/workflows/tests-on-pr.yml
@@ -15,9 +15,11 @@ jobs:
15
set -Eeuo pipefail
16
echo "Test cmds"
17
cmi -h
18
+ cmi info
19
+ cmi info packs
20
+ cmi info profiles
21
+ cmi info examples
22
cmi env
- cmi pack list
- cmi profile list
23
cmi install plotting
24
if [ "${RUNNER_OS}" != "Windows" ]; then
25
conda list | grep -i ipympl
0 commit comments