From f27ef66c9096c8b233c3d0c702311b8fd9b010b8 Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Sun, 6 Mar 2022 14:49:32 -0800 Subject: [PATCH] add 2.2 workflow --- .github/workflows/python-2-2-branch.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-2-2-branch.yml b/.github/workflows/python-2-2-branch.yml index 0bcdb1aa..e749b29c 100644 --- a/.github/workflows/python-2-2-branch.yml +++ b/.github/workflows/python-2-2-branch.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: Python build +name: Python 2.2 build on: push: -- 2.47.3