diff --git a/.github/workflows/no-optional-deps.yml b/.github/workflows/no-optional-deps.yml index 66f4e34..099a519 100644 --- a/.github/workflows/no-optional-deps.yml +++ b/.github/workflows/no-optional-deps.yml @@ -1,6 +1,3 @@ -# This workflow will install Python dependencies, run tests and lint with a single version of Python -# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions - name: Automated test suite wo/optional deps on: diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index 1990bb1..35c87f2 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -1,6 +1,3 @@ -# This workflow will install Python dependencies, run tests and lint with a single version of Python -# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions - name: Automated test suite on: