Skip to content

Commit

Permalink
use TOXENV in environment name if defined
Browse files Browse the repository at this point in the history
  • Loading branch information
ngoldbaum committed Jan 16, 2025
1 parent de1f056 commit 99792f2
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 @@ -100,7 +100,7 @@ jobs:
- {VERSION: "3.13", RUST_VERSION: "1.64.0"}
- {VERSION: "3.13", RUST_VERSION: "beta"}
- {VERSION: "3.13", RUST_VERSION: "nightly"}
name: "${{ matrix.PYTHON.VERSION }} on linux, Rust ${{ matrix.PYTHON.RUST_VERSION || 'stable' }}"
name: "${{ matrix.TOXENV || matrix.PYTHON.VERSION }} on linux, Rust ${{ matrix.PYTHON.RUST_VERSION || 'stable' }}"
steps:
- uses: actions/checkout@v4.2.2
- name: Setup python
Expand Down

0 comments on commit 99792f2

Please sign in to comment.