Skip to content

Commit f9874c3

Browse files
committed
Fix ci_prepare
1 parent cb64b94 commit f9874c3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

test/ci_prepare.jl

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
using Pkg
22
Pkg.update()
3-
Pkg.add(PackageSpec(url="https://github.com/plotly/DashBase.jl.git"))
4-
Pkg.add(PackageSpec(url="https://github.com/plotly/dash-html-components.git", rev="master"))
5-
Pkg.add(PackageSpec(url="https://github.com/plotly/dash-core-components.git", rev="master"))
6-
Pkg.add(PackageSpec(url="https://github.com/plotly/dash-table.git", rev="master"))
7-
Pkg.add(PackageSpec(url="https://github.com/plotly/Dash.jl.git", rev=ENV["CIRCLE_BRANCH"]))
3+
Pkg.develop(path = ".")
4+
Pkg.add("DashBase")
5+
Pkg.add("DashHtmlComponents")
6+
Pkg.add("DashCoreComponents")
7+
Pkg.add("DashTable")
88
Pkg.add("HTTP")
99
Pkg.build("Dash")
1010
Pkg.build("DashHtmlComponents")

0 commit comments

Comments
 (0)