From 8ea1394fa8531cb7707a3ccfb7be604dbb10e1e0 Mon Sep 17 00:00:00 2001 From: Akio Taniguchi <13254278+astropenguin@users.noreply.github.com> Date: Wed, 11 Dec 2024 09:25:00 +0000 Subject: [PATCH] #95 Update workflow for testing --- .github/workflows/tests.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 51fd6a1..f655092 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -5,10 +5,12 @@ on: branches: - main - deshima2.0 + - v0.3 pull_request: branches: - main - deshima2.0 + - v0.3 jobs: job: @@ -31,6 +33,6 @@ jobs: with: poetry-version: "1.8.3" - run: poetry install - - run: black --check decode docs tests + - run: black --check deshima_sensitivity docs tests - run: pytest -v tests - run: docs/build