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

0.20rc1; fix not accessing correct installed sklearn path in AppVeyor #7

Merged
merged 11 commits into from
Aug 30, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ environment:
# /E:ON and /V:ON options are not enabled in the batch script interpreter
# See: http://stackoverflow.com/a/13751649/163740
CMD_IN_ENV: "cmd /E:ON /V:ON /C ..\\appveyor\\run_with_env.cmd"
CMD_IN_ENV_DEEP: "cmd /E:ON /V:ON /C ..\\..\\appveyor\\run_with_env.cmd"
WHEELHOUSE_UPLOADER_USERNAME: sklearn-appveyor
WHEELHOUSE_UPLOADER_SECRET:
secure: P1/NpWGueg+26XlcS0P6kIKO1KbRw67S6ltwEjxb+vgf0F+zfNT6FRaMPKfHSXiR
Expand Down Expand Up @@ -91,11 +90,12 @@ install:
build: false

test_script:
# Change to a non-source folder to make sure we run the tests on the
# Remove the source dir to make sure we run the tests on the
# installed library.
- "mkdir empty_folder"
- "cd empty_folder"
- "%CMD_IN_ENV_DEEP% pytest --pyargs sklearn"
- "rd /s /q \"sklearn\""
# remove setup.cfg so as to not force --doctest-modules
- "del setup.cfg"
- "%CMD_IN_ENV% pytest -rs --pyargs sklearn"

# Move back to the project folder
- "cd .."
Expand Down
2 changes: 1 addition & 1 deletion scikit-learn
Submodule scikit-learn updated 466 files