Skip to content
Snippets Groups Projects
Commit ab29371d authored by Isaak Lim's avatar Isaak Lim
Browse files

fix numpy version to 1.19.3 for windows tests in CI

parent 30f5c630
No related branches found
No related tags found
No related merge requests found
Pipeline #16115 failed
set PATH=C:\Program Files\Python37;C:\Program Files\Python37\Scripts;%PATH% set PATH=C:\Program Files\Python37;C:\Program Files\Python37\Scripts;%PATH%
virtualenv -p "C:\Program Files\Python37\python.exe" . virtualenv -p "C:\Program Files\Python37\python.exe" .
call .\Scripts\activate call .\Scripts\activate
python -m pip install numpy==1.19.3
cd dist3 cd dist3
FOR %%a IN (*.whl) DO pip install %%a FOR %%a IN (*.whl) DO pip install %%a
cd ..\tests cd ..\tests
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment