Skip to content

Commit 45d0f92

Browse files
committed
ci: remove quotes from python version to fix ci
1 parent 96728b0 commit 45d0f92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ jobs:
1111
project: diffpy.srxplanar
1212
c_extension: false
1313
headless: false
14-
python_version: "3.13"
14+
python_version: 3.13
1515
secrets:
1616
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)