mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-06-15 02:07:42 +00:00
fix
This commit is contained in:
parent
45dd5a7cf4
commit
cac878d7b7
2
.github/workflows/example_check_on_pr.yml
vendored
2
.github/workflows/example_check_on_pr.yml
vendored
@ -64,7 +64,7 @@ jobs:
|
||||
changedFileName="${file}:${changedFileName}"
|
||||
done
|
||||
echo "$changedFileName was changed"
|
||||
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`
|
||||
echo "All changed examples are $res"
|
||||
|
||||
if [ "$res" == "[]" ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user