From 16880980b3554d362f9473a2fe4415158d9a8c77 Mon Sep 17 00:00:00 2001 From: Leonid Kostrykin Date: Mon, 15 Jul 2024 22:31:16 +0200 Subject: [PATCH] Install pillow tifffile in CI (#126) * Update ci.yaml * Update pr.yaml --- .github/workflows/ci.yaml | 1 + .github/workflows/pr.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 0a8c645f..dea56824 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 diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index bf006b98..c835b465 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -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