diff --git a/action.yaml b/action.yaml index 4690209..96916b8 100644 --- a/action.yaml +++ b/action.yaml @@ -16,7 +16,7 @@ runs: - name: install dependencies shell: bash -l {0} run: | - python -m pip install -r requirements.txt + python -m pip install -r ${{ github.action_path }}/requirements.txt - name: analyze environments shell: bash -l {0} env: @@ -24,4 +24,4 @@ runs: FORCE_COLOR: 3 INPUT: ${{ inputs.environment-paths }} run: | - python minimum_versions.py $(echo $INPUT) + python ${{ github.action_path }}/minimum_versions.py $(echo $INPUT)