This is an automated email from the ASF dual-hosted git repository. timsaucer pushed a commit to branch site/test-asf-build-error in repository https://gitbox.apache.org/repos/asf/datafusion-site.git
commit 8d7b0b911429a3d67ccb8bf9610693ff29fe879c Author: Tim Saucer <[email protected]> AuthorDate: Sat Dec 14 09:17:56 2024 -0500 Attempt a work around to install missing dependency --- .github/workflows/stage-site.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/stage-site.yml b/.github/workflows/stage-site.yml index 4b50cdf..cdaac6b 100644 --- a/.github/workflows/stage-site.yml +++ b/.github/workflows/stage-site.yml @@ -16,6 +16,7 @@ jobs: continue-on-error: true steps: - uses: actions/checkout@v4 + - run: pip install soft_unicode - uses: apache/infrastructure-actions/pelican@main with: destination: 'asf-staging' --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
