From 476c16458e70c848593866520076e547d9d1230b Mon Sep 17 00:00:00 2001 From: Daniel Kohler <11864045+ddkohler@users.noreply.github.com> Date: Mon, 11 Mar 2024 09:37:41 -0500 Subject: [PATCH 1/3] Update python-test.yml --- .github/workflows/python-test.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/python-test.yml b/.github/workflows/python-test.yml index 070f098a..6ca1b514 100644 --- a/.github/workflows/python-test.yml +++ b/.github/workflows/python-test.yml @@ -1,6 +1,9 @@ name: test python -on: [push, pull_request] +on: + pull_request: + types: [opened, reopened] + push: jobs: build: From ac9821eeac9ffbd515a4e378d5d03138e44697dc Mon Sep 17 00:00:00 2001 From: Daniel Kohler <11864045+ddkohler@users.noreply.github.com> Date: Wed, 13 Mar 2024 14:56:32 -0500 Subject: [PATCH 2/3] 9 tests should run --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d4fe3588..80795e69 100755 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ def read(fname): extra_files = { - "WrightTools": [ + "WrightTools": [ "datasets", "datasets/*", "datasets/*/*", From 38eb5ecc405d7fee85a3936314fe110f36c9b80c Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 13 Mar 2024 19:56:48 +0000 Subject: [PATCH 3/3] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 80795e69..d4fe3588 100755 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ def read(fname): extra_files = { - "WrightTools": [ + "WrightTools": [ "datasets", "datasets/*", "datasets/*/*",