Skip to content

Conversation

@cxzhong
Copy link
Contributor

@cxzhong cxzhong commented Aug 18, 2025

Maybe just a typo.

📝 Checklist

  • The title is concise and informative.
  • 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

Copilot AI review requested due to automatic review settings August 18, 2025 08:35
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR fixes a YAML syntax issue by adding quotes around the Python version number in the GitHub Actions workflow configuration. The change ensures the Python version is properly treated as a string rather than a floating-point number.

  • Adds quotes around Python version 3.12 to prevent YAML parsing issues

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@cxzhong cxzhong changed the title Add ' ' Fix a typo in workflow Aug 18, 2025
@github-actions
Copy link

Documentation preview for this PR (built with commit 8ea3472; changes) is ready! 🎉
This preview will update shortly after each push to this PR.

@cxzhong cxzhong mentioned this pull request Aug 18, 2025
5 tasks
vbraun pushed a commit to vbraun/sage that referenced this pull request Aug 21, 2025
sagemathgh-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 sagemath#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 sagemath#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,
-->
<!-- - sagemath#12345: short description why this is a dependency -->
<!-- - sagemath#34567: ... -->
    
URL: sagemath#40620
Reported by: Chenxin Zhong
Reviewer(s): Copilot, Tobias Diez
@vbraun vbraun merged commit f72bb10 into sagemath:develop Aug 27, 2025
20 of 25 checks passed
@cxzhong cxzhong deleted the Add-a-single-quotation-mark branch August 29, 2025 08:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants