From e5d614a8906780ac7b127cd78eadc03dc4a99729 Mon Sep 17 00:00:00 2001 From: PProfizi Date: Tue, 16 Sep 2025 11:37:48 +0200 Subject: [PATCH 1/6] Revert dependency bumps to last working --- requirements/requirements_test.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/requirements/requirements_test.txt b/requirements/requirements_test.txt index b95d40852..385789ef2 100644 --- a/requirements/requirements_test.txt +++ b/requirements/requirements_test.txt @@ -1,4 +1,6 @@ coverage==7.10.2 +protobuf==6.32.0 +pyparsing==3.2.3 pytest-cov==6.2.1 pytest-rerunfailures==15.1 pytest==8.4.1 From 6be52deb512d76f15752ea992c3c819512fd9ca2 Mon Sep 17 00:00:00 2001 From: PProfizi Date: Tue, 16 Sep 2025 14:09:26 +0200 Subject: [PATCH 2/6] Revert "Revert dependency bumps to last working" This reverts commit e5d614a8906780ac7b127cd78eadc03dc4a99729. --- requirements/requirements_test.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/requirements/requirements_test.txt b/requirements/requirements_test.txt index 385789ef2..b95d40852 100644 --- a/requirements/requirements_test.txt +++ b/requirements/requirements_test.txt @@ -1,6 +1,4 @@ coverage==7.10.2 -protobuf==6.32.0 -pyparsing==3.2.3 pytest-cov==6.2.1 pytest-rerunfailures==15.1 pytest==8.4.1 From 0cc58d0b01a286b6ebb19f828d390821814fdfbf Mon Sep 17 00:00:00 2001 From: PProfizi Date: Tue, 16 Sep 2025 14:52:51 +0200 Subject: [PATCH 3/6] Mimick pydpf-core on "Prepare Testing Environment" step --- .github/workflows/ci.yml | 2 +- .github/workflows/ci_release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 33d29cbea..7f7e9ee21 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -182,7 +182,7 @@ jobs: standalone_suffix: ${{ matrix.ANSYS_VERSION == '241' && '.sp01' || '' }} - name: "Prepare Testing Environment" - uses: ansys/pydpf-actions/prepare_tests@v2.3 + uses: ansys/pydpf-actions/prepare_tests@dependencies/bump_pyvista_setup-headless-display-action_to_v4 with: DEBUG: true diff --git a/.github/workflows/ci_release.yml b/.github/workflows/ci_release.yml index a35002ac8..0312227f1 100644 --- a/.github/workflows/ci_release.yml +++ b/.github/workflows/ci_release.yml @@ -93,7 +93,7 @@ jobs: standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '' }} - name: "Prepare Testing Environment" - uses: ansys/pydpf-actions/prepare_tests@v2.3 + uses: ansys/pydpf-actions/prepare_tests@dependencies/bump_pyvista_setup-headless-display-action_to_v4 with: DEBUG: true From ef1305f4082107b59a6499b661b72fee385f38ec Mon Sep 17 00:00:00 2001 From: Paul Profizi <100710998+PProfizi@users.noreply.github.com> Date: Wed, 17 Sep 2025 10:29:13 +0200 Subject: [PATCH 4/6] Try ubuntu-22.04 --- .github/workflows/ci_release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_release.yml b/.github/workflows/ci_release.yml index 0312227f1..2df18a6bc 100644 --- a/.github/workflows/ci_release.yml +++ b/.github/workflows/ci_release.yml @@ -66,7 +66,7 @@ jobs: fail-fast: false matrix: python-version: ["3.9", "3.10", "3.11"] - os: ["windows-latest", "ubuntu-latest"] + os: ["windows-latest", "ubuntu-22.04"] steps: - uses: actions/checkout@v4 From 185327cbca1215b7a337070b2a5ddea695aeb709 Mon Sep 17 00:00:00 2001 From: Paul Profizi <100710998+PProfizi@users.noreply.github.com> Date: Wed, 17 Sep 2025 10:36:12 +0200 Subject: [PATCH 5/6] Update ci.yml to ubuntu-22.04 --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7f7e9ee21..620e7a410 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -84,7 +84,7 @@ jobs: fail-fast: false matrix: python-version: ["3.9", "3.10", "3.11"] - os: ["windows-latest", "ubuntu-latest"] + os: ["windows-latest", "ubuntu-22.04"] steps: - uses: actions/checkout@v4 @@ -154,7 +154,7 @@ jobs: fail-fast: false matrix: python-version: ["3.10"] - os: ["windows-latest", "ubuntu-latest"] + os: ["windows-latest", "ubuntu-22.04"] ANSYS_VERSION: - ${{ fromJson(vars.ANSYS_VERSIONS_RETRO) }} - ${{ fromJson(vars.ANSYS_VERSION_LAST_RELEASED) }} @@ -278,4 +278,4 @@ jobs: run: | git checkout master git reset --hard main - git push \ No newline at end of file + git push From a58c61461ce8a108522628bf1b958848b86a1ca2 Mon Sep 17 00:00:00 2001 From: Paul Profizi <100710998+PProfizi@users.noreply.github.com> Date: Wed, 17 Sep 2025 10:36:47 +0200 Subject: [PATCH 6/6] Update ci_release.yml to ubuntu-22.04 for retro --- .github/workflows/ci_release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_release.yml b/.github/workflows/ci_release.yml index 2df18a6bc..679a7233f 100644 --- a/.github/workflows/ci_release.yml +++ b/.github/workflows/ci_release.yml @@ -134,7 +134,7 @@ jobs: fail-fast: false matrix: python-version: ["3.10"] - os: ["windows-latest", "ubuntu-latest"] + os: ["windows-latest", "ubuntu-22.04"] ANSYS_VERSION: ${{ fromJson(vars.ANSYS_VERSIONS_RETRO) }} steps: