From 636cf2ebcf1908ac6a29a976b6b850c4bca19724 Mon Sep 17 00:00:00 2001 From: "[6~" <inform@tiker.net> Date: Tue, 12 May 2020 16:53:04 -0500 Subject: [PATCH] Github examples CI job: fix job name --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bfd461da..bd539266 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -52,7 +52,7 @@ jobs: . ./build-and-test-py-project-within-miniconda.sh examples3: - name: Pytest Conda Py3 + name: Examples Conda Py3 runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 -- GitLab