We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb64b94 commit f9874c3Copy full SHA for f9874c3
test/ci_prepare.jl
@@ -1,10 +1,10 @@
1
using Pkg
2
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"]))
+Pkg.develop(path = ".")
+Pkg.add("DashBase")
+Pkg.add("DashHtmlComponents")
+Pkg.add("DashCoreComponents")
+Pkg.add("DashTable")
8
Pkg.add("HTTP")
9
Pkg.build("Dash")
10
Pkg.build("DashHtmlComponents")
0 commit comments