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 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. """