From 520f31651cbe8afd6b223f9f432f479991320a6d Mon Sep 17 00:00:00 2001 From: KnugiHK <24708955+KnugiHK@users.noreply.github.com> Date: Wed, 7 May 2025 22:31:11 +0800 Subject: [PATCH] Forgot to install nuitka --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 033760b..017157e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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