Merge branch 'dev'

This commit is contained in:
KnugiHK
2026-01-24 18:21:36 +08:00

View File

@@ -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