From ff7e4523457f24629a17ded0d289d13f9ec6d6ca Mon Sep 17 00:00:00 2001 From: Claas Date: Sun, 14 Jul 2024 21:40:29 +0200 Subject: [PATCH] GitHub workflow _test_future.yml : updated name of test job to 'test313' --- .github/workflows/_test_future.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/_test_future.yml b/.github/workflows/_test_future.yml index 223056b..28ede25 100644 --- a/.github/workflows/_test_future.yml +++ b/.github/workflows/_test_future.yml @@ -4,7 +4,7 @@ name: Unit Tests (py312) on: workflow_call jobs: - test312: + test313: name: Test on ${{matrix.python.toxenv}}-${{matrix.platform.toxenv}} (experimental) continue-on-error: true runs-on: ${{ matrix.platform.runner }}