From cc873ef1c215d58c90b5b1998ab4dd19cf23dfbb Mon Sep 17 00:00:00 2001 From: John Gerrard Holland Date: Wed, 29 Nov 2023 14:57:31 -0500 Subject: [PATCH] chore: revert changes to workflow file --- .github/workflows/test-pytest.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/test-pytest.yml b/.github/workflows/test-pytest.yml index 6e8568a7..2993a2bd 100644 --- a/.github/workflows/test-pytest.yml +++ b/.github/workflows/test-pytest.yml @@ -1,3 +1,6 @@ +# 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: Test with py.test on: