We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de1f056 commit 99792f2Copy full SHA for 99792f2
.github/workflows/ci.yml
@@ -100,7 +100,7 @@ jobs:
100
- {VERSION: "3.13", RUST_VERSION: "1.64.0"}
101
- {VERSION: "3.13", RUST_VERSION: "beta"}
102
- {VERSION: "3.13", RUST_VERSION: "nightly"}
103
- 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' }}"
104
steps:
105
- uses: actions/[email protected]
106
- name: Setup python
0 commit comments