Skip to content

Commit 2f8bf04

Browse files
committed
Fix dependency testing to a specific fund.jl version
1 parent 0af0dc2 commit 2f8bf04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_dependencies.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ end
2323

2424
#list of URLs of branches of packages to test
2525
dependencies = [
26-
"https://github.com/davidanthoff/fund.jl/archive/master.zip"
26+
"https://github.com/davidanthoff/fund.jl/archive/728067e93154391335a30dc56cedb0adfddc5dcc.zip"
2727
]
2828

2929
#list of failed tests to build as you go

0 commit comments

Comments
 (0)