File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -56,11 +56,11 @@ jobs:
56
56
- name : Compile and install torch_npu
57
57
working-directory : /root/build/npu/pytorch
58
58
run : |
59
- pip install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple
59
+ pip install -r requirements.txt
60
60
bash ci/build.sh --python=`python --version | awk '{print $2}' | cut -d '.' -f 1,2`
61
61
pip3 install dist/torch_npu*.whl
62
62
- name : Do the test
63
- working-directory : /root/build
63
+ working-directory : /root/build/npu/pytorch
64
64
run : |
65
- pip3 install -r npu/pytorch/ test/requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple --no-deps
66
- python npu/pytorch/ ci/access_control_test.py
65
+ pip3 install -r test/requirements.txt --no-deps
66
+ python ci/access_control_test.py
Original file line number Diff line number Diff line change 30
30
type : choice
31
31
options :
32
32
- self-hosted
33
+ - npu-arm64
33
34
default : ' self-hosted'
34
35
description : The runner selected to run on
35
36
device :
You can’t perform that action at this time.
0 commit comments