Forgot to install nuitka

This commit is contained in:
KnugiHK
2025-05-07 22:31:11 +08:00
parent c346199d05
commit 520f31651c

View File

@@ -24,7 +24,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install .[all] pytest
pip install .[all] pytest nuitka
- name: Run pytest
run: pytest # Execute your pytest tests