Skip to content
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
fail-fast: false
matrix:
python-version: ["3.9", "3.10", "3.11"]
os: ["windows-latest", "ubuntu-22.04"]
os: ["windows-latest", "ubuntu-latest"]

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -154,7 +154,7 @@ jobs:
fail-fast: false
matrix:
python-version: ["3.10"]
os: ["windows-latest", "ubuntu-22.04"]
os: ["windows-latest", "ubuntu-latest"]
ANSYS_VERSION:
- ${{ fromJson(vars.ANSYS_VERSIONS_RETRO) }}
- ${{ fromJson(vars.ANSYS_VERSION_LAST_RELEASED) }}
Expand Down Expand Up @@ -182,7 +182,7 @@ jobs:
standalone_suffix: ${{ matrix.ANSYS_VERSION == '241' && '.sp01' || '' }}

- name: "Prepare Testing Environment"
uses: ansys/pydpf-actions/prepare_tests@dependencies/bump_pyvista_setup-headless-display-action_to_v4
uses: ansys/pydpf-actions/prepare_tests@v2.3
with:
DEBUG: true

Expand Down Expand Up @@ -278,4 +278,4 @@ jobs:
run: |
git checkout master
git reset --hard main
git push
git push
6 changes: 3 additions & 3 deletions .github/workflows/ci_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
fail-fast: false
matrix:
python-version: ["3.9", "3.10", "3.11"]
os: ["windows-latest", "ubuntu-22.04"]
os: ["windows-latest", "ubuntu-latest"]

steps:
- uses: actions/checkout@v4
Expand All @@ -93,7 +93,7 @@ jobs:
standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '' }}

- name: "Prepare Testing Environment"
uses: ansys/pydpf-actions/prepare_tests@dependencies/bump_pyvista_setup-headless-display-action_to_v4
uses: ansys/pydpf-actions/prepare_tests@v2.3
with:
DEBUG: true

Expand Down Expand Up @@ -134,7 +134,7 @@ jobs:
fail-fast: false
matrix:
python-version: ["3.10"]
os: ["windows-latest", "ubuntu-22.04"]
os: ["windows-latest", "ubuntu-latest"]
ANSYS_VERSION: ${{ fromJson(vars.ANSYS_VERSIONS_RETRO) }}

steps:
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements_docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ sphinx-gallery==0.19.0
ansys_sphinx_theme==1.4.1
sphinx-autodoc-typehints==3.0.1
pyvista==0.46.0
vtk==9.4.2
vtk==9.5.1
sphinx-design===0.6.1
2 changes: 1 addition & 1 deletion requirements/requirements_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ pytest-cov==6.2.1
pytest-rerunfailures==15.1
pytest==8.4.1
pyvista==0.46.0
vtk==9.4.2
vtk==9.5.1
Loading