From 99792f247d34dd260e159c2ed364af3e2f33351a Mon Sep 17 00:00:00 2001 From: Nathan Goldbaum Date: Thu, 16 Jan 2025 11:38:17 -0700 Subject: [PATCH] use TOXENV in environment name if defined --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d367affc..765ce71e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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