From 2215fa4555030e1a714bf8b51ec96d589cdde91c Mon Sep 17 00:00:00 2001 From: camUrban Date: Mon, 25 Nov 2024 15:38:45 -0500 Subject: [PATCH] Attempting to fix the github action again. --- .github/workflows/test_package.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test_package.yml b/.github/workflows/test_package.yml index 04241280..c2574821 100644 --- a/.github/workflows/test_package.yml +++ b/.github/workflows/test_package.yml @@ -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