Skip to content

Commit d106c70

Browse files
committed
Fix typo for python
1 parent 1cfd013 commit d106c70

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/publish-docs-on-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@ jobs:
1414
project: diffpy.pdffit2
1515
c_extension: true
1616
headless: false
17+
python_version: 3.12

.github/workflows/tests-on-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ jobs:
1414
project: diffpy.pdffi2
1515
c_extension: false
1616
headless: true
17-
pythno_version: 3.12
17+
python_version: 3.12
1818
secrets:
1919
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)