From 505e2cd6a31e46deb584e6bf1dbbaeab3c6d2c0d Mon Sep 17 00:00:00 2001 From: Thomas Lawson Date: Wed, 12 Jun 2024 14:05:14 +0100 Subject: [PATCH] github workflow fixes --- .github/workflows/pr.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index 806aafc..5cdf97d 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -58,6 +58,7 @@ jobs: - name: Install Planemo and flake8 run: pip install planemo flake8 flake8-import-order - name: Fake a Planemo run to update cache + continue-on-error: true if: steps.cache-pip.outputs.cache-hit != 'true' || steps.cache-planemo.outputs.cache-hit != 'true' run: | touch tool.xml