Skip to content

Commit 6cdf1a0

Browse files
committed
update appveyor scripts
1 parent f14911c commit 6cdf1a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ install:
2121
build_script:
2222
# Need to convert from shallow to complete for Pkg.clone to work
2323
# - git fetch --unshallow
24-
- C:\projects\julia\bin\julia -e "versioninfo(); Pkg.init(); Pkg.clone(pwd(), \"FileIO\")"
24+
- C:\projects\julia\bin\julia -e "using InteractiveUtils; versioninfo(); import Pkg; Pkg.develop(pwd())"
2525

2626
test_script:
27-
- C:\projects\julia\bin\julia -e "Pkg.test(\"FileIO\")"
27+
- C:\projects\julia\bin\julia -e "import Pkg; Pkg.test(\"FileIO\")"

0 commit comments

Comments
 (0)