From 140671f28fd32d6ff4d126804a43661778127e04 Mon Sep 17 00:00:00 2001 From: nbehrnd Date: Thu, 31 Oct 2024 12:05:12 +0100 Subject: [PATCH] correct functional typo in pytest.yml --- .github/workflows/pytest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index e49d1c0..79714aa 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -55,7 +55,7 @@ jobs: - name: run the check by pytest run: python -m pytest - test-macos-14 + test-macos-14: runs-on: macos-14 timeout-minutes: 2