We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
PYTHONPATH
1 parent df061a8 commit 0e5c4a6Copy full SHA for 0e5c4a6
action.yaml
@@ -38,4 +38,4 @@ runs:
38
ENVIRONMENT_PATHS: ${{ inputs.environment-paths }}
39
TODAY: ${{ inputs.today }}
40
run: |
41
- python ${{ github.action_path }}/minimum_versions.py --today="$TODAY" --policy="$POLICY_PATH" $ENVIRONMENT_PATHS
+ PYTHONPATH=${{github.action_path}} python -m minimum_versions --today="$TODAY" --policy="$POLICY_PATH" $ENVIRONMENT_PATHS
0 commit comments