Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions .github/workflows/tests-on-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,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
Expand Down
23 changes: 23 additions & 0 deletions news/cli-cmds.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
**Added:**

* Added ``print_profiles`` function.

**Changed:**

* Changed the cli syntax.

**Deprecated:**

* <news item>

**Removed:**

* <news item>

**Fixed:**

* <news item>

**Security:**

* <news item>
Loading
Loading