Skip to content

Commit

Permalink
ci.yaml and pr.yaml update (#6218)
Browse files Browse the repository at this point in the history
* update ci.yaml

* update pr.yaml

* forget -
  • Loading branch information
heylf authored Aug 11, 2024
1 parent a34052b commit 30843d2
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 @@ -290,6 +290,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 30843d2

Please sign in to comment.