From 685abc867a427bc303f790e080cf0ef2cc44e757 Mon Sep 17 00:00:00 2001 From: Matthias Bernt Date: Fri, 28 Jun 2024 18:14:46 +0200 Subject: [PATCH] temp install planemo from path --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 73f5c26..0b51633 100644 --- a/action.yml +++ b/action.yml @@ -112,7 +112,7 @@ runs: # Install the `wheel` package so that when installing other packages which # are not available as wheels, pip will build a wheel for them, which can be cached. - name: Install planemo - run: pip install wheel ${{ inputs.planemo-version }} + run: pip install git+https://github.com/bernt-matthias/planemo@linters-list shell: bash - name: Install jq run: sudo apt-get install jq