Skip to content

Commit ce0595d

Browse files
committed
fix python CI
1 parent d4ccc4a commit ce0595d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build_lean.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
cancel-in-progress: ${{ github.event_name == 'pull_request' || github.ref_name != github.event.repository.default_branch }}
2929
strategy:
3030
matrix:
31-
lean_version: [4.7.0, 4.8.0-rc2]
31+
lean_version: ["4.7.0", "4.8.0-rc2"]
3232
permissions:
3333
contents: read
3434
packages: write

.github/workflows/build_python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
cancel-in-progress: ${{ github.event_name == 'pull_request' || github.ref_name != github.event.repository.default_branch }}
2929
strategy:
3030
matrix:
31-
python_version: [3.9, 3.10, 3.11, 3.12]
31+
python_version: ["3.9", "3.10", "3.11", "3.12"]
3232
permissions:
3333
contents: read
3434
packages: write

0 commit comments

Comments
 (0)