diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c26408de..2af56fa4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,10 +49,10 @@ jobs: channels: conda-forge/label/python_rc,conda-forge - name: Install Nox-under-test (uv) run: uv pip install --system . - - name: Run tests on ${{ matrix.os }} (tox <4) - run: nox --non-interactive --error-on-missing-interpreter --session "tests(python='${{ matrix.python-version }}', tox_version='<4')" -- --full-trace - name: Run tox-to-nox tests on ${{ matrix.os }} (tox latest) run: nox --non-interactive --error-on-missing-interpreter --session "tests(python='${{ matrix.python-version }}', tox_version='latest')" -- tests/test_tox_to_nox.py --full-trace + - name: Run tests on ${{ matrix.os }} (tox <4) + run: nox --non-interactive --error-on-missing-interpreter --session "tests(python='${{ matrix.python-version }}', tox_version='<4')" -- --full-trace - name: Save coverage report uses: actions/upload-artifact@v4 with: