Skip to content

Commit

Permalink
ci: fix uv1
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-eschle committed Oct 12, 2024
1 parent 98ae0f8 commit 09689d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 09689d7

Please sign in to comment.