Skip to content

Commit

Permalink
Merge pull request #128 from kostrykin/update-ci
Browse files Browse the repository at this point in the history
Remove `python -m pip install pillow tifffile` from CI
  • Loading branch information
kostrykin authored Aug 12, 2024
2 parents 649a1e6 + 2b74606 commit d82456e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion tools/background_removal/.shed.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit d82456e

Please sign in to comment.