From 7c05d1b7ac72b80fa28106b04e6dfec033ef3f07 Mon Sep 17 00:00:00 2001 From: Ianna Osborne Date: Fri, 23 Aug 2024 12:57:10 +0200 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0e3fbf6..1e4f0be 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,8 +35,7 @@ jobs: checks: name: - "py:${{ matrix.python-version }} np:${{ matrix.numpy-version }} os:${{ - matrix.runs-on }}" + "py:${{ matrix.python-version }} np:${{ matrix.numpy-version }} os:${{ matrix.runs-on }}" runs-on: ${{ matrix.runs-on }} needs: [pre-commit] strategy: