Skip to content

Commit 67a1fb5

Browse files
committed
Update appveyor.yml
1 parent 84414e3 commit 67a1fb5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ install:
2020
build_script:
2121
# Need to convert from shallow to complete for Pkg.clone to work
2222
- IF EXIST .git\shallow (git fetch --unshallow)
23-
- C:\projects\julia\bin\julia -e "versioninfo(); Pkg.init(); Pkg.clone(pwd(), \"SimJulia\"); Pkg.add(\"Distributions\")"
23+
- C:\projects\julia\bin\julia -e "versioninfo(); Pkg.init(); Pkg.clone(pwd(), \"SimJulia\")"
2424

2525
test_script:
2626
- C:\projects\julia\bin\julia test\runtests.jl

0 commit comments

Comments
 (0)