Skip to content
Closed
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
1 change: 1 addition & 0 deletions .github/workflows/tests-on-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
project: diffpy.cmi
c_extension: false
headless: false
python_version: 3.13
run: |
set -Eeuo pipefail
echo "Test cmds"
Expand Down
23 changes: 23 additions & 0 deletions news/mini-scrap.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
**Added:**

* blah

**Changed:**

* <news item>

**Deprecated:**

* <news item>

**Removed:**

* <news item>

**Fixed:**

* <news item>

**Security:**

* <news item>
3 changes: 3 additions & 0 deletions src/diffpy/cmi/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ def copy_examples(
return


# edit


# Examples
def _get_examples_dir() -> Path:
"""Return the absolute path to the installed examples directory.
Expand Down
Loading