From 24f2d230cd9c4228301abe19620e225bfc7eb19a Mon Sep 17 00:00:00 2001 From: Jan-Lukas Wynen Date: Thu, 26 Feb 2026 10:37:24 +0100 Subject: [PATCH 1/2] Do not require formatting --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9d4b97e8..9ad8c5c9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,7 +47,7 @@ jobs: test: name: Test ${{ matrix.package }} - needs: [changes, formatting] + needs: [changes] if: needs.changes.outputs.packages != '[]' strategy: fail-fast: false @@ -64,7 +64,7 @@ jobs: docs: name: Docs ${{ matrix.package }} - needs: [changes, test] + needs: [changes] if: needs.changes.outputs.packages != '[]' strategy: fail-fast: false From 49a5ebe4c9bb217152f282dd4107327eed01948f Mon Sep 17 00:00:00 2001 From: Jan-Lukas Wynen Date: Thu, 26 Feb 2026 10:38:01 +0100 Subject: [PATCH 2/2] Break something --- packages/essimaging/src/ess/imaging/data.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/essimaging/src/ess/imaging/data.py b/packages/essimaging/src/ess/imaging/data.py index 71a0c96e..08e467f2 100644 --- a/packages/essimaging/src/ess/imaging/data.py +++ b/packages/essimaging/src/ess/imaging/data.py @@ -17,7 +17,7 @@ ) -def siemens_star_path() -> pathlib.Path: +def siemens_star_path() -> pathlib.Path """ Return the path to the Siemens star test image. """