From 7a428a22e05b5e80d057c2fdcea0b688ae1a7325 Mon Sep 17 00:00:00 2001 From: Elias Müller Date: Sat, 9 Jul 2022 19:25:22 +0200 Subject: Rename job --- .github/workflows/tests.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index cfba59e..8f8fb4f 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -12,8 +12,9 @@ defaults: jobs: - test-python: + test-linux: runs-on: ubuntu-22.04 + name: 'Linux - Python' strategy: matrix: python-version: [ '3.10' ] # '3.7', '3.8', '3.9' -- cgit