Skip to content

Commit b9904e7

Browse files
committed
Install dependencies for tests in windows ci.
1 parent e437bcf commit b9904e7

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

tools/metacall-environment.ps1

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,17 @@ function sub-python {
9494
echo "include(FindPackageHandleStandardArgs)" >> $FindPython
9595
echo "FIND_PACKAGE_HANDLE_STANDARD_ARGS(Python REQUIRED_VARS Python_EXECUTABLE Python_LIBRARIES Python_INCLUDE_DIRS VERSION_VAR Python_VERSION)" >> $FindPython
9696
echo "mark_as_advanced(Python_EXECUTABLE Python_LIBRARIES Python_INCLUDE_DIRS)" >> $FindPython
97+
98+
# Install dependencies for tests
99+
pip3 install requests
100+
pip3 install setuptools
101+
pip3 install wheel
102+
pip3 install rsa
103+
pip3 install fn
104+
pip3 install scipy
105+
pip3 install numpy
106+
pip3 install scikit-learn
107+
pip3 install joblib
97108
}
98109

99110
# Ruby

0 commit comments

Comments
 (0)