From 9cf097b056fe30874e2a840fc245ba0e3e1e34db Mon Sep 17 00:00:00 2001 From: Rigidity Date: Mon, 15 Jul 2024 21:50:23 -0400 Subject: [PATCH] Fix os name --- .github/workflows/python.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index 4d1262ae2..dc6d38dc5 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -273,7 +273,7 @@ jobs: matrix: os: [macos-latest, ubuntu-latest, windows-latest] python-version: ["3.8", "3.9", "3.10", "3.11"] - name: Tests (${{ matrix.os.name }} ${{ matrix.python-version }}) + name: Tests (${{ matrix.os }} ${{ matrix.python-version }}) steps: # The test files are read verbatim, making it problematic if git is # allowed to insert \r when checking out files.