Skip to content

Commit 0c4c7b7

Browse files
committed
post deps
1 parent da1abbd commit 0c4c7b7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/postbench.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ jobs:
3333
3434
- name: 'Unzip artifact'
3535
run: unzip BenchmarkResults.zip -d .benchmarkci/
36+
- name: install dependencies
37+
run: julia -e 'using Pkg; pkg"add PkgBenchmark [email protected]"'
3638
- name: 'Post results test 1'
3739
run: julia -e 'using BenchmarkCI; BenchmarkCI.postjudge()'
3840
env:

0 commit comments

Comments
 (0)