Skip to content

Commit

Permalink
Pin windows numpy (#82652) (#82686)
Browse files Browse the repository at this point in the history
### Description
Pinned numpy for windows temporarily. Numpy shouldn't need to be pinned, but its upgrade to 1.23 has wreaked havoc on CI. Never mind about the not pinning!

### Issue
Related to #82653

### Testing
CI -- win cpu should pass
Pull Request resolved: #82652
Approved by: https://github.com/malfet

Co-authored-by: Jane Xu <janeyx@fb.com>
  • Loading branch information
atalman and janeyx99 committed Aug 2, 2022
1 parent efc2d08 commit 664058f
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -19,7 +19,7 @@ if "%INSTALL_FRESH_CONDA%"=="1" (

call %CONDA_PARENT_DIR%\Miniconda3\Scripts\activate.bat %CONDA_PARENT_DIR%\Miniconda3
if "%INSTALL_FRESH_CONDA%"=="1" (
call conda install -y -q python=%PYTHON_VERSION% numpy cffi pyyaml boto3 libuv
call conda install -y -q python=%PYTHON_VERSION% numpy"<1.23" cffi pyyaml boto3 libuv
if errorlevel 1 exit /b
if not errorlevel 0 exit /b
call conda install -y -q -c conda-forge cmake=3.22.3
Expand Down

0 comments on commit 664058f

Please sign in to comment.