From fb7033d6e06a1c22c06789c59f79aa9a9421a517 Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner <inform@tiker.net> Date: Fri, 25 Jun 2021 17:03:09 -0500 Subject: [PATCH] Fix names of pytest CI jobs --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index be07365..a679052 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,8 +51,8 @@ jobs: python -m pip install mypy ./run-mypy.sh - pytest3: - name: Pytest Conda Py3 + pytest3_pocl: + name: Pytest Conda Py3 POCL runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 @@ -64,7 +64,7 @@ jobs: test_py_project pytest3_intel_cl: - name: Pytest Conda Py3 + name: Pytest Conda Py3 Intel runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 -- GitLab