From 945b422f711bc92afdf5b54d9b1d87076ea5fd06 Mon Sep 17 00:00:00 2001 From: KnugiHK <24708955+KnugiHK@users.noreply.github.com> Date: Sat, 24 Jan 2026 18:21:25 +0800 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6b22856..0a29423 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,11 +40,11 @@ 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 - name: Run pytest + env: + PYTHONUTF8: ${{ matrix.python_utf8 || '0' }} run: pytest