Skip to content

Commit 6523269

Browse files
authored
Merge pull request #61 from ProofOfConceptForJuliSmoothOptimizers/push-benchmarks
Resolve packages before benchmarks
2 parents 0242909 + 4b07202 commit 6523269

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

push_benchmarks.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#!/bin/bash
22

3+
julia --project=benchmark -E 'using Pkg; Pkg.resolve()'
34
julia --project=benchmark benchmark/send_comment_to_pr.jl -o $org -r $repo -p $pullrequest -c '**Starting benchmarks!**'
45

56
LOCAL_BRANCH_NAME="temp_bmark"

0 commit comments

Comments
 (0)