diff --git a/.github/workflows/python-package.yml b/.github/workflows/ci.yml similarity index 70% rename from .github/workflows/python-package.yml rename to .github/workflows/ci.yml index 80a4857..bf32e33 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/ci.yml @@ -1,7 +1,4 @@ -# 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 +name: CI on: push: