From 67de7e41f369f34c06f83d4b38820d0d1596633b Mon Sep 17 00:00:00 2001 From: Helge Hecht Date: Thu, 15 Aug 2024 13:13:30 +0000 Subject: [PATCH 1/2] Update ci.yaml --- .github/workflows/ci.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 6fa80533..1d6bbe9b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -8,7 +8,7 @@ on: types: [run-all-tool-tests-command] env: GALAXY_FORK: galaxyproject - GALAXY_BRANCH: release_24.0 + GALAXY_BRANCH: release_24.1 MAX_CHUNKS: 40 jobs: setup: @@ -151,6 +151,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 dd754c8f6a34f706a2d5a2fbf0e41e37870ab952 Mon Sep 17 00:00:00 2001 From: Helge Hecht Date: Thu, 15 Aug 2024 13:14:14 +0000 Subject: [PATCH 2/2] Update pr.yaml --- .github/workflows/pr.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index 3aaf556a..c95e714d 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -18,7 +18,7 @@ on: - '*' env: GALAXY_FORK: galaxyproject - GALAXY_BRANCH: release_24.0 + GALAXY_BRANCH: release_24.1 MAX_CHUNKS: 4 MAX_FILE_SIZE: 1M concurrency: @@ -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