From d45b6d76012debf457ab49dffc7fb7b2efe8071d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sondre=20Lilleb=C3=B8=20Gundersen?= Date: Tue, 11 Oct 2022 17:25:54 +0800 Subject: [PATCH] chore: Add Python version to job name --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 80c12f00..165b9883 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -34,7 +34,7 @@ jobs: # Make sure the action sets config options correctly test-config-options: - name: Set non-standard config options - ${{ matrix.os }} + name: non-standard config - ${{ matrix.os }} ${{ matrix.python-version }} strategy: fail-fast: true matrix: