Skip to content

Commit 735d34f

Browse files
Remove installation of Julia in AppVeyor to test automated installation
1 parent 62cc6ed commit 735d34f

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

appveyor.yml

-10
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,8 @@ environment:
99
# https://www.appveyor.com/docs/windows-images-software/#python
1010

1111
- PYTHONDIR: "C:\\Python27-x64"
12-
JULIA_URL: "https://julialang-s3.julialang.org/bin/winnt/x64/1.0/julia-1.0-latest-win64.exe"
1312
TOXENV: py
1413
- PYTHONDIR: "C:\\Python36-x64"
15-
JULIA_URL: "https://julialang-s3.julialang.org/bin/winnt/x64/1.0/julia-1.0-latest-win64.exe"
1614
TOXENV: py3-numba
1715

1816
matrix:
@@ -28,14 +26,6 @@ notifications:
2826
install:
2927
- ps: "[System.Net.ServicePointManager]::SecurityProtocol = [System.Net.SecurityProtocolType]::Tls12"
3028

31-
# Download most recent Julia Windows binary
32-
- ps: (new-object net.webclient).DownloadFile(
33-
$env:JULIA_URL,
34-
"C:\projects\julia-binary.exe")
35-
# Run installer silently, output to C:\projects\julia
36-
- C:\projects\julia-binary.exe /S /D=C:\projects\julia
37-
- set PATH=C:\projects\julia\bin;%PATH%
38-
3929
# Install Python packages
4030
- "%PYTHONDIR%\\python.exe -m pip install --quiet tox"
4131

0 commit comments

Comments
 (0)