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 f14911c commit 6cdf1a0Copy full SHA for 6cdf1a0
appveyor.yml
@@ -21,7 +21,7 @@ install:
21
build_script:
22
# Need to convert from shallow to complete for Pkg.clone to work
23
# - git fetch --unshallow
24
- - C:\projects\julia\bin\julia -e "versioninfo(); Pkg.init(); Pkg.clone(pwd(), \"FileIO\")"
+ - C:\projects\julia\bin\julia -e "using InteractiveUtils; versioninfo(); import Pkg; Pkg.develop(pwd())"
25
26
test_script:
27
- - C:\projects\julia\bin\julia -e "Pkg.test(\"FileIO\")"
+ - C:\projects\julia\bin\julia -e "import Pkg; Pkg.test(\"FileIO\")"
0 commit comments