Skip to content

Commit

Permalink
Fix misleading comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmundt committed Jan 10, 2024
1 parent f0f822b commit a80be20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test_branches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -215,8 +215,7 @@ jobs:
python-version: ${{ matrix.python }}

# This is necessary for qt (UI) tests; the package utilized here does not
# have support for OSX, but we don't do any OSX testing inherently.
# This is just to protect us in case we do add that into the matrix someday.
# have support for OSX.
- name: Set up UI testing infrastructure
if: ${{ matrix.TARGET != 'osx' }}
uses: pyvista/setup-headless-display-action@v2
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/test_pr_and_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -245,8 +245,7 @@ jobs:
python-version: ${{ matrix.python }}

# This is necessary for qt (UI) tests; the package utilized here does not
# have support for OSX, but we don't do any OSX testing inherently.
# This is just to protect us in case we do add that into the matrix someday.
# have support for OSX.
- name: Set up UI testing infrastructure
if: ${{ matrix.TARGET != 'osx' }}
uses: pyvista/setup-headless-display-action@v2
Expand Down

0 comments on commit a80be20

Please sign in to comment.