Skip to content

Commit bc6f0ba

Browse files
committed
meh
1 parent 135282a commit bc6f0ba

File tree

2 files changed

+3
-31
lines changed

2 files changed

+3
-31
lines changed

.github/workflows/perf.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ jobs:
1818
if: github.repository_owner == 'taichi-dev'
1919
runs-on: [self-hosted, x64, cuda, linux, benchmark]
2020
steps:
21+
- name: Workaround checkout Needed single revision issue
22+
run: git submodule foreach 'git rev-parse HEAD > /dev/null 2>&1 || rm -rf $PWD' || true
23+
2124
- uses: actions/checkout@v2
2225
with:
2326
submodules: "recursive"

.github/workflows/scripts/perfmon.py

Lines changed: 0 additions & 31 deletions
This file was deleted.

0 commit comments

Comments
 (0)