Skip to content

Commit

Permalink
bump pyvista action version 2->3 (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
alessandrofelder authored Jan 13, 2025
1 parent aa90218 commit 0f40041
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
# these libraries enable testing on Qt on linux
- uses: pyvista/setup-headless-display-action@v2
- uses: pyvista/setup-headless-display-action@v3
with:
qt: true
# Run tests
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
with:
python-version: "3.11"
# these libraries enable testing on Qt on linux
- uses: pyvista/setup-headless-display-action@v2
- uses: pyvista/setup-headless-display-action@v3
with:
qt: true
# Run test suite with numba disabled
Expand Down

0 comments on commit 0f40041

Please sign in to comment.