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.
DashBase
1 parent 70ec860 commit c68c8dcCopy full SHA for c68c8dc
build/README.md
@@ -80,6 +80,9 @@ ORB_PARAM_DRIVER_INSTALL_DIR=/usr/local/bin/ ./install-chromedriver.sh
80
cd /home/circleci/project/test/integration
81
julia --project -e 'import Pkg; Pkg.develop(path="../../"); Pkg.instantiate()'
82
83
+# [optionally] if you want to use an unreleased version of DashBase
84
+julia --project -e 'import Pkg; Pkg.add(name="DashBase", rev="master")'
85
+
86
# update julia deps then run integration tests
87
88
julia --project -e 'import Pkg; Pkg.update()'
0 commit comments