Skip to content

Commit 0e5c4a6

Browse files
committed
try using PYTHONPATH to run the action
1 parent df061a8 commit 0e5c4a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ runs:
3838
ENVIRONMENT_PATHS: ${{ inputs.environment-paths }}
3939
TODAY: ${{ inputs.today }}
4040
run: |
41-
python ${{ github.action_path }}/minimum_versions.py --today="$TODAY" --policy="$POLICY_PATH" $ENVIRONMENT_PATHS
41+
PYTHONPATH=${{github.action_path}} python -m minimum_versions --today="$TODAY" --policy="$POLICY_PATH" $ENVIRONMENT_PATHS

0 commit comments

Comments
 (0)