Skip to content

Commit a7ba8e9

Browse files
committed
fix CI issue on enflame
1 parent a92070f commit a7ba8e9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/enflame3.6-gcu400-build-and-test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,8 @@ jobs:
106106
python3 -m pytest python/test/tle \
107107
--ignore=python/test/tle/unit/test_tle_distributed_d2d.py \
108108
--ignore=python/test/tle/unit/test_tle_get_local_pe.py \
109-
--ignore=python/test/tle/unit/test_tle_d2d_barrier.py
109+
--ignore=python/test/tle/unit/test_tle_d2d_barrier.py \
110+
--ignore=python/test/tle/unit/test_tle_get_node_rank.py
110111
111112
## tle raw test
112113
python3 -m pytest third_party/enflame/python/test/tle/raw

0 commit comments

Comments
 (0)