Skip to content

Commit

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

* update pr.yaml

* forget -
  • Loading branch information
heylf authored and nilchia committed Aug 24, 2024
1 parent 259472f commit d2c430f
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 d2c430f

Please sign in to comment.