We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19d4099 commit 0ee4702Copy full SHA for 0ee4702
.github/workflows/_build-and-test.yml
@@ -34,9 +34,9 @@ jobs:
34
- /home/runner/actions-runner/codes:/root/codes
35
options: --network host ${{ inputs.devices }} --device /dev/davinci_manager --device /dev/devmm_svm --device /dev/hisi_hdc
36
steps:
37
- - name: Set environment
38
- run: |
39
- source /root/.bashrc && conda activate torch_npu
+ #- name: Set environment
+ # run: |
+ # source /root/.bashrc && conda activate torch_npu
40
- name: Prepare the codes
41
run: |
42
\cp -rf /root/codes/ /root/build
0 commit comments