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