Skip to content

Commit 0ee4702

Browse files
committed
do not use conda
1 parent 19d4099 commit 0ee4702

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/_build-and-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ jobs:
3434
- /home/runner/actions-runner/codes:/root/codes
3535
options: --network host ${{ inputs.devices }} --device /dev/davinci_manager --device /dev/devmm_svm --device /dev/hisi_hdc
3636
steps:
37-
- name: Set environment
38-
run: |
39-
source /root/.bashrc && conda activate torch_npu
37+
#- name: Set environment
38+
# run: |
39+
# source /root/.bashrc && conda activate torch_npu
4040
- name: Prepare the codes
4141
run: |
4242
\cp -rf /root/codes/ /root/build

0 commit comments

Comments
 (0)