From e8a15a07e06080191862763326ffc2e9a006ed89 Mon Sep 17 00:00:00 2001 From: Tom Ritchford Date: Fri, 5 Jan 2024 13:40:30 +0100 Subject: [PATCH] Remove boilerplate from workflow --- .github/workflows/python-package.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index d31901f..1fc197f 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -1,6 +1,3 @@ -# This workflow will install Python dependencies, run tests and lint with a variety of Python versions -# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python - name: Python package