@@ -252,7 +252,7 @@ jobs:
252252 .venv\Scripts\Activate.ps1
253253 # Uninstall conflicting dependencies
254254 pip uninstall --yes vtk
255- pip install --extra- index-url https://wheels.vtk.org vtk-osmesa==9.3.1
255+ pip install --index-url https://wheels.vtk.org vtk-osmesa==9.3.1
256256
257257 - name : Remove Ansys processes (if any)
258258 shell : powershell
@@ -383,7 +383,7 @@ jobs:
383383 .venv\Scripts\Activate.ps1
384384 # Uninstall conflicting dependencies
385385 pip uninstall --yes vtk
386- pip install --extra- index-url https://wheels.vtk.org vtk-osmesa==9.3.1
386+ pip install --index-url https://wheels.vtk.org vtk-osmesa==9.3.1
387387
388388 - name : Remove Ansys processes (if any)
389389 shell : powershell
@@ -461,7 +461,7 @@ jobs:
461461 source .venv/bin/activate
462462 # Uninstall conflicting dependencies
463463 pip uninstall --yes vtk
464- pip install --extra- index-url https://wheels.vtk.org vtk-osmesa==9.3.1
464+ pip install --index-url https://wheels.vtk.org vtk-osmesa==9.3.1
465465
466466 - name : Remove Ansys processes (if any)
467467 shell : bash
@@ -534,7 +534,7 @@ jobs:
534534 .venv\Scripts\Activate.ps1
535535 # Uninstall conflicting dependencies
536536 pip uninstall --yes vtk
537- pip install --extra- index-url https://wheels.vtk.org vtk-osmesa==9.3.1
537+ pip install --index-url https://wheels.vtk.org vtk-osmesa==9.3.1
538538
539539 - name : Remove Ansys processes (if any)
540540 shell : powershell
@@ -613,7 +613,7 @@ jobs:
613613 source .venv/bin/activate
614614 # Uninstall conflicting dependencies
615615 pip uninstall --yes vtk
616- pip install --extra- index-url https://wheels.vtk.org vtk-osmesa==9.3.1
616+ pip install --index-url https://wheels.vtk.org vtk-osmesa==9.3.1
617617
618618 - name : Remove Ansys processes (if any)
619619 shell : bash
@@ -683,7 +683,7 @@ jobs:
683683 .venv\Scripts\Activate.ps1
684684 # Uninstall conflicting dependencies
685685 pip uninstall --yes vtk
686- pip install --extra- index-url https://wheels.vtk.org vtk-osmesa==9.3.1
686+ pip install --index-url https://wheels.vtk.org vtk-osmesa==9.3.1
687687
688688 - name : Remove Ansys processes (if any)
689689 shell : powershell
@@ -761,7 +761,7 @@ jobs:
761761 source .venv/bin/activate
762762 # Uninstall conflicting dependencies
763763 pip uninstall --yes vtk
764- pip install --extra- index-url https://wheels.vtk.org vtk-osmesa==9.3.1
764+ pip install --index-url https://wheels.vtk.org vtk-osmesa==9.3.1
765765
766766 - name : " Install X Virtual Frame Buffer"
767767 run : |
@@ -836,7 +836,7 @@ jobs:
836836 .venv\Scripts\Activate.ps1
837837 # Uninstall conflicting dependencies
838838 pip uninstall --yes vtk
839- pip install --extra- index-url https://wheels.vtk.org vtk-osmesa==9.3.1
839+ pip install --index-url https://wheels.vtk.org vtk-osmesa==9.3.1
840840
841841 - name : Remove Ansys processes (if any)
842842 shell : powershell
@@ -909,7 +909,7 @@ jobs:
909909 .venv\Scripts\Activate.ps1
910910 # Uninstall conflicting dependencies
911911 pip uninstall --yes vtk
912- pip install --extra- index-url https://wheels.vtk.org vtk-osmesa==9.3.1
912+ pip install --index-url https://wheels.vtk.org vtk-osmesa==9.3.1
913913
914914 - name : Remove Ansys processes (if any)
915915 shell : powershell
0 commit comments