diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cc514b0..a902c26 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,7 +36,7 @@ jobs: os: [ ubuntu-latest, macos-latest, windows-latest ] python-version: [ "3.9", "3.12" ] jit: [ "0", "1" ] - name: Tests for Python ${{ matrix.python-version }} with JIT=${{ matrix.jit }} + name: Tests on OS ${{ matrix.os }} with Python ${{ matrix.python-version }} and JIT ${{ matrix.jit }} steps: - uses: actions/checkout@v4 - uses: mamba-org/setup-micromamba@v1