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