diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ed08f78b309..49e505b4ce0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -69,7 +69,7 @@ jobs: # - runs-on: windows-2019 # python: '2.7' - name: "🐍 ${{ matrix.python }} • ${{ matrix.runs-on }} • x64 ${{ matrix.args }}" + name: "🐍 ${{ matrix.python }} • ${{ matrix.runs-on }} • x64 • NumPy 2 (${{ matrix.use_numpy_2 }}) • ${{ matrix.args }}" runs-on: ${{ matrix.runs-on }} steps: