From a8303296595193ebfb9f71cada07cc66c379e588 Mon Sep 17 00:00:00 2001 From: Tom Ritchford Date: Fri, 5 Jan 2024 13:40:32 +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 d5537e6..f5dbab9 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