Skip to content

Commit 05fdfbb

Browse files
committed
tmp
1 parent 19a0bc0 commit 05fdfbb

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/ascend_npu_test.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,16 @@ concurrency:
8383
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
8484

8585
jobs:
86+
tmp:
87+
name: Tmp
88+
runs-on: ubuntu-latest
89+
container:
90+
image: ascendai/cann
91+
steps:
92+
- name: Show
93+
run: |
94+
python -c "import multiprocessing; print(multiprocessing.cpu_count())"
95+
8696
prepare:
8797
name: Prepare
8898
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)