From e0e816ffa6ebd8ec942545e344b970edee8cce40 Mon Sep 17 00:00:00 2001 From: Luca Colagrande Date: Fri, 6 Sep 2024 17:39:03 +0200 Subject: [PATCH] Fix --- action.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/action.yml b/action.yml index e62d560..504f3e0 100644 --- a/action.yml +++ b/action.yml @@ -26,13 +26,9 @@ outputs: runs: using: "composite" steps: - - name: Install Python - uses: actions/setup-python@v4 - with: - python-version: '3.10' - name: Install Dependencies shell: bash - run: pip install -r requirements.txt + run: python -m pip install -r ${GITHUB_ACTION_PATH}/requirements.txt - name: List Make Prerequisites id: list-make-prerequisites shell: bash