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.
1 parent 45dd5a7 commit cac878dCopy full SHA for cac878d
.github/workflows/example_check_on_pr.yml
@@ -64,7 +64,7 @@ jobs:
64
changedFileName="${file}:${changedFileName}"
65
done
66
echo "$changedFileName was changed"
67
- res=`python .github/workflows/scripts/example_checks/detect_changed_example.py --fileNameList $changedFileName`
+ res=`python3 .github/workflows/scripts/example_checks/detect_changed_example.py --fileNameList $changedFileName`
68
echo "All changed examples are $res"
69
70
if [ "$res" == "[]" ]; then
0 commit comments