From ea0ed260c2afd965bc1431fe7206ec387fdcdafa Mon Sep 17 00:00:00 2001 From: Wil Thieme Date: Mon, 12 Aug 2024 11:56:55 -0400 Subject: [PATCH] rename actions --- .github/workflows/pip-intall.yml | 3 +-- .github/workflows/test.yml | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pip-intall.yml b/.github/workflows/pip-intall.yml index 707274cb36..122a19e662 100644 --- a/.github/workflows/pip-intall.yml +++ b/.github/workflows/pip-intall.yml @@ -1,4 +1,4 @@ -name: Pytest, Ruff +name: Install with pip on: pull_request: @@ -58,4 +58,3 @@ jobs: run: | pip install -r requirements-dev.txt pip install -e .[all] - \ No newline at end of file diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3dcb022033..2d7da3913a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,4 +1,4 @@ -name: Pytest, Ruff +name: Pytest and ruff on: pull_request: