From add76e5787598b0875f5ea692fdbec440d92194b Mon Sep 17 00:00:00 2001 From: Leonid Kostrykin Date: Wed, 17 Jul 2024 13:50:37 +0000 Subject: [PATCH 1/2] Remove `python -m pip install pillow tifffile` from CI --- .github/workflows/ci.yaml | 1 - .github/workflows/pr.yaml | 1 - 2 files changed, 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index dea56824..0a8c645f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -150,7 +150,6 @@ jobs: id: cpu-cores - name: Clean dotnet folder for space run: rm -Rf /usr/share/dotnet - - run: python -m pip install pillow tifffile - name: Planemo test uses: galaxyproject/planemo-ci-action@v1 id: test diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index c835b465..bf006b98 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -293,7 +293,6 @@ jobs: id: cpu-cores - name: Clean dotnet folder for space run: rm -Rf /usr/share/dotnet - - run: python -m pip install pillow tifffile - name: Planemo test uses: galaxyproject/planemo-ci-action@v1 id: test From 5de2925c924ce5568580d8862ed75e6ec99acd00 Mon Sep 17 00:00:00 2001 From: Leonid Kostrykin Date: Wed, 17 Jul 2024 13:51:14 +0000 Subject: [PATCH 2/2] Flag `background_removal` tool as changed to test CI --- tools/background_removal/.shed.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/background_removal/.shed.yml b/tools/background_removal/.shed.yml index 1cde810a..4b94f741 100644 --- a/tools/background_removal/.shed.yml +++ b/tools/background_removal/.shed.yml @@ -1,4 +1,4 @@ -categories: +categories: - Imaging description: Background removal filters using scikit-image long_description: Tool to perform a background removal using 1) Rolling-Ball Algorithm, 2) Difference of Gaussians and 3) Top-Hat Filter