Skip to content

Commit 59edfb2

Browse files
Merge #22
22: Add Cloudy example to test r=charleskawczynski a=charleskawczynski - Removes "_mb" from filenames - Removes Cloudy dependence from CES.jl by passing objects/emthods as arguments from test I had to remove windows 32-bit build since it was timing out. Opened #25 to track this. Co-authored-by: Charles Kawczynski <kawczynski.charles@gmail.com>
2 parents b09e88b + a67181a commit 59edfb2

25 files changed

Lines changed: 760 additions & 456 deletions

.appveyor.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,17 @@ branches:
88
- master
99

1010
environment:
11+
PYTHON: conda
1112
matrix:
1213
- julia_version: 1.3
1314
- julia_version: nightly
1415

1516
platform:
16-
- x86 # 32-bit
17+
# Currently, the 32-bit build is taking >1hr, which fails
18+
# and cannot be increased: https://www.appveyor.com/docs/build-configuration/#build-timeout
19+
# TODO: Add 32-bit build back in
20+
# This can likely be fixed by reducing the deps
21+
# - x86 # 32-bit
1722
- x64 # 64-bit
1823

1924
# Uncomment the following lines to allow failures on nightly julia
@@ -30,6 +35,8 @@ notifications:
3035

3136
install:
3237
- ps: iex ((new-object net.webclient).DownloadString("https://raw.githubusercontent.com/JuliaCI/Appveyor.jl/version-1/bin/install.ps1"))
38+
- pip install --user -U numpy scipy scikit-learn
39+
- C:\julia\bin\julia -e "using Pkg; Pkg.build(\"PyCall\"); Pkg.update()"
3340

3441
build_script:
3542
- echo "%JL_BUILD_SCRIPT%"

Manifest.toml

Lines changed: 139 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)