Skip to content

Commit 2ad8cbd

Browse files
authored
FIX: E_cpu (#2475)
1 parent de6d60e commit 2ad8cbd

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/unittest-cpu.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -96,12 +96,8 @@ jobs:
9696
echo "finished"
9797
'
9898
99-
- name: Upload Coverage To Codecov
100-
uses: codecov/codecov-action@v3
101-
env:
102-
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
10399
104100
- name: Terminate And Delete the Container
105101
if: always()
106102
run: |
107-
docker rm -f $container_name 2>/dev/null || true
103+
docker rm -f $container_name 2>/dev/null || true

0 commit comments

Comments
 (0)