From 51ece0d0096c0cef919c9eb5f019d53a57468161 Mon Sep 17 00:00:00 2001 From: f641l Date: Fri, 9 Aug 2024 11:37:02 +0200 Subject: [PATCH 1/3] update ci.yaml --- .github/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f2ecdfe79a3..3f7fd4b363d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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 From cbe10f5801bb796abf2886147587c45526e34700 Mon Sep 17 00:00:00 2001 From: f641l Date: Fri, 9 Aug 2024 11:37:33 +0200 Subject: [PATCH 2/3] update pr.yaml --- .github/workflows/pr.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index eccab2f5c9b..cd73d5d4b04 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -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 From ccca3707ae7a239f0f67e05ede46ab526fa5fb64 Mon Sep 17 00:00:00 2001 From: f641l Date: Fri, 9 Aug 2024 11:43:58 +0200 Subject: [PATCH 3/3] forget - --- .github/workflows/ci.yaml | 2 +- .github/workflows/pr.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 3f7fd4b363d..6db1177c855 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -150,7 +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 + - 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 cd73d5d4b04..f2e13b5fcca 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -290,7 +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 + - run: python -m pip install pillow tifffile - name: Planemo test uses: galaxyproject/planemo-ci-action@v1 id: test