Skip to content

Commit

Permalink
Remove qt install from test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
cmalinmayor committed Jan 13, 2025
1 parent a040068 commit f358e42
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,6 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

# these libraries enable testing on Qt on linux and OpenGL on Windows
- uses: pyvista/setup-headless-display-action@v2
with:
qt: true

# note: if you need dependencies from conda, considering using
# setup-miniconda: https://github.com/conda-incubator/setup-miniconda
- name: Install conda dependencies
Expand Down

0 comments on commit f358e42

Please sign in to comment.