diff --git a/.github/workflows/test_branches.yml b/.github/workflows/test_branches.yml index a3804575f83..d6e7b3f39c6 100644 --- a/.github/workflows/test_branches.yml +++ b/.github/workflows/test_branches.yml @@ -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 diff --git a/.github/workflows/test_pr_and_main.yml b/.github/workflows/test_pr_and_main.yml index 483de737a8a..3d5ef566f2c 100644 --- a/.github/workflows/test_pr_and_main.yml +++ b/.github/workflows/test_pr_and_main.yml @@ -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