diff --git a/.github/workflows/integration_selenium.yaml b/.github/workflows/integration_selenium.yaml index d68998580f2f..3ea8bb1df52f 100644 --- a/.github/workflows/integration_selenium.yaml +++ b/.github/workflows/integration_selenium.yaml @@ -16,6 +16,7 @@ env: GALAXY_TEST_SELENIUM_RETRIES: 1 YARN_INSTALL_OPTS: --frozen-lockfile GALAXY_CONFIG_SQLALCHEMY_WARN_20: '1' + GALAXY_DEPENDENCIES_INSTALL_WEASYPRINT: '1' concurrency: group: integration-selenium-${{ github.ref }} cancel-in-progress: true diff --git a/client/src/components/Markdown/Markdown.vue b/client/src/components/Markdown/Markdown.vue index 5ede5d719d67..66b878e2b705 100644 --- a/client/src/components/Markdown/Markdown.vue +++ b/client/src/components/Markdown/Markdown.vue @@ -5,7 +5,7 @@