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.
2 parents efbac14 + 828e453 commit 03d615eCopy full SHA for 03d615e
.github/workflows/tests-on-pr.yml
@@ -11,6 +11,7 @@ jobs:
11
project: diffpy.distanceprinter
12
c_extension: false
13
headless: false
14
+ python_version: 3.13
15
run: |
16
conda install pre-commit
17
pre-commit run --all-files
news/workflows.rst
@@ -0,0 +1,23 @@
1
+**Added:**
2
+
3
+* No news: Specified python version to use when running tests-on-pr workflow
4
5
+**Changed:**
6
7
+* <news item>
8
9
+**Deprecated:**
10
+**Removed:**
+**Fixed:**
18
19
20
21
+**Security:**
22
23
0 commit comments