Skip to content

Commit 07d465f

Browse files
committed
update
1 parent b8bb1bc commit 07d465f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/_ascend_npu_build_torch.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ jobs:
4646
steps:
4747
- name: Config mirrors
4848
run: |
49-
exit 1
5049
sed -i 's|ports.ubuntu.com|mirrors.tuna.tsinghua.edu.cn|g' /etc/apt/sources.list
5150
pip config set global.index-url https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple
5251

.github/workflows/_ascend_npu_ut.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
- name: Install pip dependencies
9191
working-directory: torch_npu
9292
run: |
93-
pip install wheel unittest-xml-reporting
93+
pip install wheel unittest-xml-reporting tabulate
9494
pip install -r requirements.txt
9595
pip install -r test/requirements.txt --no-deps
9696

0 commit comments

Comments
 (0)