From 1560c4964472815f2b602cc8925bf94e659dc33d Mon Sep 17 00:00:00 2001 From: KnugiHK <24708955+KnugiHK@users.noreply.github.com> Date: Sat, 24 Jan 2026 17:42:02 +0800 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b728d58..6b22856 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,20 +18,17 @@ jobs: include: - os: windows-latest python-version: "3.13" - env: - PYTHONUTF8: "1" + python_utf8: "1" - os: macos-latest python-version: "3.13" - os: windows-11-arm python-version: "3.13" - env: - PYTHONUTF8: "1" + python_utf8: "1" - os: macos-15-intel python-version: "3.13" - os: windows-latest python-version: "3.14" - env: - PYTHONUTF8: "1" + python_utf8: "1" steps: - name: Checkout code @@ -43,6 +40,8 @@ jobs: python-version: ${{ matrix.python-version }} - name: Install dependencies + env: + PYTHONUTF8: ${{ matrix.python_utf8 || '0' }} run: | python -m pip install --upgrade pip pip install .[all] pytest nuitka