Skip to content

Commit

Permalink
Install pillow tifffile in CI (BMCV#126)
Browse files Browse the repository at this point in the history
* Update ci.yaml

* Update pr.yaml
  • Loading branch information
kostrykin authored Jul 15, 2024
1 parent 5a1ff1a commit 1688098
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ 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: 1 addition & 0 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,7 @@ 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

0 comments on commit 1688098

Please sign in to comment.