File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3333 backend : ascend
3434
3535 - name : FlagTree Build on Ascend
36- if : steps.check_backend.outputs.should_skip = = 'true'
36+ if : steps.check_backend.outputs.should_skip ! = 'true'
3737 shell : bash
3838 run : |
3939 set -x
4343 MAX_JOBS=32 python3 -m pip install . --no-build-isolation
4444
4545 - name : FlagTree Test on Ascend
46- if : steps.check_backend.outputs.should_skip = = 'true'
46+ if : steps.check_backend.outputs.should_skip ! = 'true'
4747 shell : bash
4848 run : |
4949 set -x
Original file line number Diff line number Diff line change 7777 MAX_JOBS=32 python3 -m pip install . --no-build-isolation
7878
7979 - name : FlagTree Test on NVidia
80- if : steps.check_backend.outputs.should_skip = = 'true'
80+ if : steps.check_backend.outputs.should_skip ! = 'true'
8181 shell : bash
8282 run : |
8383 set -x
You can’t perform that action at this time.
0 commit comments