From b11ea3e9f24d1a364231c7f10808c3a405e42630 Mon Sep 17 00:00:00 2001 From: HsiangNianian Date: Sun, 4 Jan 2026 11:53:38 +0800 Subject: fix(ci): ensure python version is quoted in CI configuration --- .github/workflows/CI.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.github') diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 8956a7d..a965d32 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -40,7 +40,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-python@v5 with: - python-version: 3.10 + python-version: "3.10" - name: Build wheels uses: PyO3/maturin-action@v1 with: @@ -78,7 +78,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-python@v5 with: - python-version: 3.10 + python-version: "3.10" - name: Build wheels uses: PyO3/maturin-action@v1 with: @@ -149,7 +149,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-python@v5 with: - python-version: 3.10 + python-version: "3.10" - name: Build wheels uses: PyO3/maturin-action@v1 with: -- cgit v1.2.3-70-g09d2