Skip to content

Commit 3a88d18

Browse files
committed
Fix issue in CI pipeline
1 parent ffcd430 commit 3a88d18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/continuous_integration.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ jobs:
3939
strategy:
4040
fail-fast: false
4141
matrix:
42-
python-version: [3.10, 3.14]
42+
python-version: ["3.10", "3.14"]
4343
include-extras: [true]
4444
include:
45-
- python-version: 3.10
45+
- python-version: "3.10"
4646
include-extras: false
4747

4848
steps:

0 commit comments

Comments
 (0)