Skip to content
This repository was archived by the owner on Feb 15, 2023. It is now read-only.

Commit f6e9e5c

Browse files
authored
MAINT: boost submodule Appveyor (#121)
* try to fix absence of boost submodule in Appveyor wheel builds; note that this is the third usage of `git submodule update --init` in the Appveyor config file--the previous two use cases were added years ago by Matthew Brett and Pauli and appear to be related to the wheels infrastructure rather than the SciPy checkout proper (the addition here is after `cd scipy` so hopefully it works..) * skip Travis CI builds to save credits.. * if/when this works, the patch should likely be pushed right into the `v1.7.x` wheels branch with Travis skipped as well [skip travis] [skip travis ci] [skip travis-ci] [travis skip]
1 parent 5681cac commit f6e9e5c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,7 @@ build_script:
176176
}
177177
$env:Path += ";$MINGW"
178178
$env:NPY_NUM_BUILD_JOBS = "4"
179+
- git submodule update --init
179180
- python setup.py bdist_wheel
180181
- ps: |
181182
# Upload artifact to Appveyor immediately after build

0 commit comments

Comments
 (0)