Skip to content

Commit 99792f2

Browse files
committed
use TOXENV in environment name if defined
1 parent de1f056 commit 99792f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
- {VERSION: "3.13", RUST_VERSION: "1.64.0"}
101101
- {VERSION: "3.13", RUST_VERSION: "beta"}
102102
- {VERSION: "3.13", RUST_VERSION: "nightly"}
103-
name: "${{ matrix.PYTHON.VERSION }} on linux, Rust ${{ matrix.PYTHON.RUST_VERSION || 'stable' }}"
103+
name: "${{ matrix.TOXENV || matrix.PYTHON.VERSION }} on linux, Rust ${{ matrix.PYTHON.RUST_VERSION || 'stable' }}"
104104
steps:
105105
- uses: actions/[email protected]
106106
- name: Setup python

0 commit comments

Comments
 (0)