From 10a962cb452d56ad90130d59e179f64b0c245f90 Mon Sep 17 00:00:00 2001 From: Eric Cousineau Date: Mon, 8 Jul 2024 19:43:39 -0400 Subject: [PATCH] fixup! --- .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 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: