Skip to content

Commit 8a82d72

Browse files
committed
Add suggested command to benchmark action
1 parent f9b24c4 commit 8a82d72

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/benchmarks.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ jobs:
1010
env:
1111
repo_token: ${{ secrets.GITHUB_TOKEN }}
1212
run: |
13+
# See https://github.com/actions/checkout/issues/760
14+
git config --global --add safe.directory /__w/datasets/datasets
15+
1316
# Your ML workflow goes here
1417
1518
pip install --upgrade pip

0 commit comments

Comments
 (0)