From 7667a0d3e1bc6bee87ef17b97808a6dd8e35b9b5 Mon Sep 17 00:00:00 2001
From: Andreas Kloeckner <inform@tiker.net>
Date: Mon, 11 Jan 2021 17:32:13 -0600
Subject: [PATCH] Rationalize test names in Github CI

---
 .github/workflows/ci.yml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 38c7bbd7..b4a25884 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -36,8 +36,8 @@ jobs:
                 build_py_project_in_conda_env
                 build_docs
 
-    pytest3:
-        name: Conda Pytest Py3
+    pytest:
+        name: Conda Pytest
         runs-on: ubuntu-latest
         steps:
         -   uses: actions/checkout@v2
@@ -48,8 +48,8 @@ jobs:
                 curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/master/build-and-test-py-project-within-miniconda.sh
                 . ./build-and-test-py-project-within-miniconda.sh
 
-    pytest3symengine:
-        name: Conda Pytest Py3 Symengine
+    pytest_symengine:
+        name: Conda Pytest Symengine
         runs-on: ubuntu-latest
         steps:
         -   uses: actions/checkout@v2
-- 
GitLab