Skip to content

Commit 44daa7c

Browse files
joseph-isaacsclaude
andcommitted
fix: Use double quotes for Python version in YAML
Fix yamllint error by using double quotes instead of single quotes for python-version string value. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]> Signed-off-by: Joe Isaacs <[email protected]>
1 parent 83c0920 commit 44daa7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ jobs:
438438
if: matrix.os == 'windows-x64'
439439
uses: actions/setup-python@v5
440440
with:
441-
python-version: '3.11'
441+
python-version: "3.11"
442442
- uses: ./.github/actions/setup-rust
443443
with:
444444
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)