Skip to content

Commit

Permalink
Attempting to fix the github action again.
Browse files Browse the repository at this point in the history
  • Loading branch information
camUrban committed Nov 25, 2024
1 parent 674e9ea commit 2215fa4
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/test_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,8 @@ jobs:
uses: actions/setup-python@v3
with:
python-version: "3.10"
- name: Setup a headless display
run: |
git clone --depth 1 https://github.com/pyvista/gl-ci-helpers.git
source ./gl-ci-helpers/travis/setup_headless_display.sh
- name: setup-headless-display-action
uses: pyvista/setup-headless-display-action@v1
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 2215fa4

Please sign in to comment.