From ea755990bab6a2c6c8d3472e4da84ef6541a37ba Mon Sep 17 00:00:00 2001 From: carsen-stringer Date: Thu, 27 Jul 2023 09:35:24 -0400 Subject: [PATCH] Update test_and_deploy.yml --- .github/workflows/test_and_deploy.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test_and_deploy.yml b/.github/workflows/test_and_deploy.yml index f601763..c7919f0 100644 --- a/.github/workflows/test_and_deploy.yml +++ b/.github/workflows/test_and_deploy.yml @@ -33,6 +33,11 @@ jobs: - name: Install dependencies run: | + if [ "$RUNNER_OS" == "Linux" ]; then + apt-get update && apt-get install libgl1 + else + echo "$RUNNER_OS" + fi pip install --upgrade pip pip install setuptools tox tox-gh-actions @@ -69,4 +74,4 @@ jobs: run: | git tag python setup.py sdist bdist_wheel - twine upload dist/* \ No newline at end of file + twine upload dist/*