Skip to content

Commit 2999819

Browse files
committed
update
1 parent 7f9b7a6 commit 2999819

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/_ascend_npu_benchmark.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,10 @@ jobs:
6767
6868
- name: Install torch_npu dependencies
6969
run: |
70-
mkdir ascend_npu
71-
curl -fsSL -o ascend_npu/requirements.txt https://raw.githubusercontent.com/Ascend/pytorch/refs/heads/master/requirements.txt
72-
pip install -r ascend_npu/requirements.txt
7370
echo $(pwd)
7471
echo $(ls -la)
72+
curl -fsSL -o ascend_npu/requirements.txt https://raw.githubusercontent.com/Ascend/pytorch/refs/heads/master/requirements.txt
73+
pip install -r ascend_npu/requirements.txt
7574
7675
- name: Checkout
7776
uses: actions/checkout@v4

0 commit comments

Comments
 (0)