From fb82ed1f9cd3159a4d1dc12869974ddbae367779 Mon Sep 17 00:00:00 2001 From: mozman Date: Fri, 10 Apr 2020 05:41:40 +0200 Subject: [PATCH] rename testing workflow --- .github/workflows/testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 5c2f32366..8f66805d9 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -1,7 +1,7 @@ # This workflow will install Python dependencies, run tests and lint with a variety of Python versions # For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions -name: Package Testing with Tox +name: Testing by Tox on: push: