From 988bd740082b26f93a65a510944a1adebfb316d4 Mon Sep 17 00:00:00 2001 From: Anders Swanson Date: Tue, 19 Mar 2024 15:34:48 -0400 Subject: [PATCH] retitle --- .../workflows/{python-package.yml => integration_tests.yml} | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) rename .github/workflows/{python-package.yml => integration_tests.yml} (90%) diff --git a/.github/workflows/python-package.yml b/.github/workflows/integration_tests.yml similarity index 90% rename from .github/workflows/python-package.yml rename to .github/workflows/integration_tests.yml index 18eee00..7976dea 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/integration_tests.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: Integration Testing on: push: