@@ -443,13 +443,13 @@ jobs:
443
443
run : |
444
444
docker run --detach --name ${{ env.GEO_CONT_NAME }} -e LICENSE_SERVER=${{ env.ANSRV_GEO_LICENSE_SERVER }} -p ${{ env.ANSRV_GEO_PORT }}:50051 ghcr.io/ansys/geometry:windows-latest-tmp
445
445
446
- - name : Validate connection using PyAnsys Geometry
447
- run : |
448
- python -m venv .venv
449
- .\.venv\Scripts\Activate.ps1
450
- python -m pip install --upgrade pip
451
- pip install -e .[tests]
452
- python -c "from ansys.geometry.core.connection.validate import validate; validate()"
446
+ # - name: Validate connection using PyAnsys Geometry
447
+ # run: |
448
+ # python -m venv .venv
449
+ # .\.venv\Scripts\Activate.ps1
450
+ # python -m pip install --upgrade pip
451
+ # pip install -e .[tests]
452
+ # python -c "from ansys.geometry.core.connection.validate import validate; validate()"
453
453
454
454
- name : Restore images cache
455
455
uses : actions/cache@v3
@@ -458,10 +458,10 @@ jobs:
458
458
key : pyvista-image-cache-${{ runner.os }}-v-${{ env.RESET_IMAGE_CACHE }}-${{ hashFiles('pyproject.toml') }}
459
459
restore-keys : pyvista-image-cache-${{ runner.os }}-v-${{ env.RESET_IMAGE_CACHE }}
460
460
461
- - name : Testing
462
- run : |
463
- .\.venv\Scripts\Activate.ps1
464
- pytest -v --use-existing-service=yes
461
+ # - name: Testing
462
+ # run: |
463
+ # .\.venv\Scripts\Activate.ps1
464
+ # pytest -v --use-existing-service=yes
465
465
466
466
- name : " Compressing Dockerfile.windows"
467
467
uses : vimtor/action-zip@v1.1
@@ -530,11 +530,11 @@ jobs:
530
530
run : |
531
531
docker run --detach --name ${{ env.GEO_CONT_NAME }} -e LICENSE_SERVER=${{ env.ANSRV_GEO_LICENSE_SERVER }} -p ${{ env.ANSRV_GEO_PORT }}:50051 ghcr.io/ansys/geometry:linux-latest-tmp
532
532
533
- - name : Validate connection using PyAnsys Geometry
534
- run : |
535
- python -m pip install --upgrade pip
536
- pip install -e .[tests]
537
- python -c "from ansys.geometry.core.connection.validate import validate; validate()"
533
+ # - name: Validate connection using PyAnsys Geometry
534
+ # run: |
535
+ # python -m pip install --upgrade pip
536
+ # pip install -e .[tests]
537
+ # python -c "from ansys.geometry.core.connection.validate import validate; validate()"
538
538
539
539
- name : Restore images cache
540
540
uses : actions/cache@v3
@@ -543,15 +543,15 @@ jobs:
543
543
key : pyvista-image-cache-${{ runner.os }}-v-${{ env.RESET_IMAGE_CACHE }}-${{ hashFiles('pyproject.toml') }}
544
544
restore-keys : pyvista-image-cache-${{ runner.os }}-v-${{ env.RESET_IMAGE_CACHE }}
545
545
546
- - name : Run pytest
547
- uses : ansys/actions/tests-pytest@v4
548
- env :
549
- ALLOW_PLOTTING : true
550
- with :
551
- python-version : ${{ env.MAIN_PYTHON_VERSION }}
552
- pytest-extra-args : " --service-os=linux --use-existing-service=yes"
553
- checkout : false
554
- requires-xvfb : true
546
+ # - name: Run pytest
547
+ # uses: ansys/actions/tests-pytest@v4
548
+ # env:
549
+ # ALLOW_PLOTTING: true
550
+ # with:
551
+ # python-version: ${{ env.MAIN_PYTHON_VERSION }}
552
+ # pytest-extra-args: "--service-os=linux --use-existing-service=yes"
553
+ # checkout: false
554
+ # requires-xvfb: true
555
555
556
556
- name : " Compressing Dockerfile.linux"
557
557
uses : vimtor/action-zip@v1.1
0 commit comments