Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Commit ff77b75

Browse files
committed
MAINT: Break long lines in appveyor.yml.
1 parent 97879bf commit ff77b75

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

appveyor.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,14 @@ environment:
1717
global:
1818
MINGW_32: C:\mingw-w64\i686-6.3.0-posix-dwarf-rt_v5-rev1\mingw32\bin
1919
MINGW_64: C:\mingw-w64\x86_64-6.3.0-posix-seh-rt_v5-rev1\mingw64\bin
20-
OPENBLAS_32: https://3f23b170c54c2533c070-1c8a9b3114517dc5fe17b7c3f8c63a43.ssl.cf2.rackcdn.com/openblas-5f998ef_gcc7_1_0_win32.zip
21-
OPENBLAS_64: https://3f23b170c54c2533c070-1c8a9b3114517dc5fe17b7c3f8c63a43.ssl.cf2.rackcdn.com/openblas-5f998ef_gcc7_1_0_win64.zip
22-
OPENBLAS_32_SHA256: 0a12804b08d475179a0411936f509b44d7512f084b4a81c2fa3abe8c9ac4ee09
23-
OPENBLAS_64_SHA256: 8f11d8a5a79795a3a1ccb2326c979a0ca426e623eee93f8e35239e3c21e62cd6
20+
OPENBLAS_32: "https://3f23b170c54c2533c070-1c8a9b3114517dc5fe17b7c3f8c63a43\
21+
.ssl.cf2.rackcdn.com/openblas-5f998ef_gcc7_1_0_win32.zip"
22+
OPENBLAS_64: "https://3f23b170c54c2533c070-1c8a9b3114517dc5fe17b7c3f8c63a43\
23+
.ssl.cf2.rackcdn.com/openblas-5f998ef_gcc7_1_0_win64.zip"
24+
OPENBLAS_32_SHA256: "0a12804b08d475179a0411936f509b44d7512f0\
25+
84b4a81c2fa3abe8c9ac4ee09"
26+
OPENBLAS_64_SHA256: "8f11d8a5a79795a3a1ccb2326c979a0ca426e62\
27+
3eee93f8e35239e3c21e62cd6"
2428
CYTHON_BUILD_DEP: Cython==0.26.1
2529
TEST_MODE: fast
2630
APPVEYOR_SAVE_CACHE_ON_ERROR: true

0 commit comments

Comments
 (0)