File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2323 @echo " Removing vtk to avoid conflicts with vtk-osmesa needed for CI/CD" ; \
2424 pip uninstall --yes vtk; \
2525 @echo " Installing vtk-osmesa" ; \
26- pip install --extra- index-url https://wheels.vtk.org vtk-osmesa==9.3.1; \
26+ pip install --index-url https://wheels.vtk.org vtk-osmesa==9.3.1; \
2727 fi
2828 @if [ " ${ON_CI} " = " True" ] && [ " $$ is_pypandoc_binary_installed" != " yes" ]; then \
2929 @echo " Removing pypandoc to avoid conflicts with pypandoc-binary needed for CI/CD" ; \
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ if NOT "%is_vtk_osmesa_installed%" == "vtk-osmesa" if "%ON_CI%" == "true" (
2525 @ ECHO ON
2626 echo " Installing vtk-osmesa"
2727 @ ECHO OFF
28- pip install --extra- index-url https://wheels.vtk.org vtk-osmesa== 9.3.1)
28+ pip install --index-url https://wheels.vtk.org vtk-osmesa== 9.3.1)
2929for /f %%i in ('pip freeze ^ | findstr /c:" pypandoc_binary" ') do set is_pypandoc_binary_installed = %%i
3030if NOT " %is_pypandoc_binary_installed% " == " pypandoc_binary" if " %ON_CI% " == " true" (
3131 @ ECHO ON
You can’t perform that action at this time.
0 commit comments