From 3c460dfc32cebda092ae4dafa8339de9b3eb7eab Mon Sep 17 00:00:00 2001 From: Matthias Date: Thu, 2 Dec 2021 12:46:31 +0100 Subject: [PATCH] change names --- .github/workflows/pr_checks.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pr_checks.yaml b/.github/workflows/pr_checks.yaml index 72bf62d3ec..f58732af9c 100644 --- a/.github/workflows/pr_checks.yaml +++ b/.github/workflows/pr_checks.yaml @@ -18,7 +18,7 @@ env: jobs: check_version: - name: check version number + name: version number runs-on: ubuntu-latest steps: @@ -29,6 +29,7 @@ jobs: python3 ci/check_version_number.py --branch ${{ github.base_ref }} pep_style: + name: PEP style (python) needs: check_version runs-on: ubuntu-latest