Skip to content

Commit

Permalink
Revert "Try reverting the only changes to build_doc since the break"
Browse files Browse the repository at this point in the history
This reverts commit d02a85b.
  • Loading branch information
PProfizi committed Aug 25, 2022
1 parent 41da92f commit 1749fc7
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -207,19 +207,8 @@ jobs:
install_extras: plotting
wheelhouse: false

- name: Install OpenGL
run: |
Set-StrictMode -Version Latest
$ErrorActionPreference = "Stop"
$PSDefaultParameterValues['*:ErrorAction']='Stop'
git clone --depth 1 https://github.com/pyvista/gl-ci-helpers.git
powershell gl-ci-helpers/appveyor/install_opengl.ps1
- name: Install test offscreen rendering
run: |
.ci/setup_headless_display.sh
pip install -r .ci/requirements_test_xvfb.txt
python .ci/display_test.py
- name: "Setup headless display"
uses: pyvista/setup-headless-display-action@v1

- name: "Setup Graphviz"
uses: ts-graphviz/setup-graphviz@v1
Expand Down

0 comments on commit 1749fc7

Please sign in to comment.