Skip to content

Commit 2400a8f

Browse files
committed
Attempting to fix broken git Benchmark
1 parent a519aba commit 2400a8f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/benchmarks.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ on:
66
jobs:
77
Benchmark:
88
runs-on: ubuntu-latest
9+
env:
10+
JULIA_DEBUG: BenchmarkCI
11+
# Add project root directory `.` to the load path:
12+
JULIA_LOAD_PATH: '@:.:'
913
steps:
1014
- uses: actions/checkout@v2
1115
- uses: julia-actions/setup-julia@latest

0 commit comments

Comments
 (0)