diff --git a/.github/workflows/tests-on-pr.yml b/.github/workflows/tests-on-pr.yml index e8ef0fc..08533f1 100644 --- a/.github/workflows/tests-on-pr.yml +++ b/.github/workflows/tests-on-pr.yml @@ -11,6 +11,7 @@ jobs: project: diffpy.cmi c_extension: false headless: false + python_version: 3.13 run: | set -Eeuo pipefail echo "Test cmds" diff --git a/news/mini-scrap.rst b/news/mini-scrap.rst new file mode 100644 index 0000000..92ee29c --- /dev/null +++ b/news/mini-scrap.rst @@ -0,0 +1,23 @@ +**Added:** + +* blah + +**Changed:** + +* + +**Deprecated:** + +* + +**Removed:** + +* + +**Fixed:** + +* + +**Security:** + +* diff --git a/src/diffpy/cmi/cli.py b/src/diffpy/cmi/cli.py index 5037a61..8239bbc 100644 --- a/src/diffpy/cmi/cli.py +++ b/src/diffpy/cmi/cli.py @@ -41,6 +41,9 @@ def copy_examples( return +# edit + + # Examples def _get_examples_dir() -> Path: """Return the absolute path to the installed examples directory.