Skip to content

Commit f72bb10

Browse files
author
Release Manager
committed
gh-40620: Fix a typo in workflow <!-- ^ Please provide a concise and informative title. --> <!-- ^ Don't put issue numbers in the title, do this in the PR description below. --> <!-- ^ For example, instead of "Fixes #12345" use "Introduce new method to calculate 1 + 2". --> <!-- v Describe your changes below in detail. --> <!-- v Why is this change required? What problem does it solve? --> <!-- v If this PR resolves an open issue, please link to it here. For example, "Fixes #12345". --> Maybe just a typo. ### 📝 Checklist <!-- Put an `x` in all the boxes that apply. --> - [x] The title is concise and informative. - [x] The description explains in detail what this PR is about. - [ ] I have linked a relevant issue or discussion. - [ ] I have created tests covering the changes. - [ ] I have updated the documentation and checked the documentation preview. ### ⌛ Dependencies <!-- List all open PRs that this PR logically depends on. For example, --> <!-- - #12345: short description why this is a dependency --> <!-- - #34567: ... --> URL: #40620 Reported by: Chenxin Zhong Reviewer(s): Copilot, Tobias Diez
2 parents b305b81 + 8ea3472 commit f72bb10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-meson.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
tests: 'new'
3737
# one additional editable run in pull_request, this has no effect if not pull_request
3838
- os: 'ubuntu'
39-
python: 3.12
39+
python: '3.12'
4040
editable: true
4141
tests: 'all'
4242
- os: windows

0 commit comments

Comments
 (0)