From c6014a2a533dc86f5529911df44e20dce2aa4505 Mon Sep 17 00:00:00 2001 From: Jon Carifio Date: Thu, 2 Jan 2025 15:58:08 -0500 Subject: [PATCH] Update publish dependencies --- .github/workflows/ci_workflows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_workflows.yml b/.github/workflows/ci_workflows.yml index a15df0b..d825a96 100644 --- a/.github/workflows/ci_workflows.yml +++ b/.github/workflows/ci_workflows.yml @@ -83,7 +83,7 @@ jobs: needs: tests uses: OpenAstronomy/github-actions-workflows/.github/workflows/publish_pure_python.yml@v1 with: - libraries: '^libxcb.*-dev libxkbcommon-x11-dev libgl1-mesa-glx xvfb' + libraries: '^libxcb.*-dev libxkbcommon-x11-dev libgl1 libglx-mesa0 xvfb' test_extras: 'test,qt,jupyter' test_command: Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 & sleep 3; DISPLAY=:99.0 pytest --pyargs glue_plotly secrets: