From 2e0954afc66535a7225abb2763697a914c6ccbae Mon Sep 17 00:00:00 2001 From: Orhan Eroglu <32553057+erogluorhan@users.noreply.github.com> Date: Tue, 16 Jan 2024 16:50:29 -0700 Subject: [PATCH] Update build-book.yaml Pin sphinxcontrib-applehelp to 1.0.7 --- .github/workflows/build-book.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-book.yaml b/.github/workflows/build-book.yaml index 6faf712..9240e75 100644 --- a/.github/workflows/build-book.yaml +++ b/.github/workflows/build-book.yaml @@ -165,7 +165,9 @@ jobs: || steps.cache.outputs.cache-hit != 'true' || steps.env_change.outputs.any_changed == 'true') && steps.parse_config.outputs.execute_notebooks != 'binder' - run: mamba env update -n ${{ inputs.environment_name }} -f ${{ inputs.environment_file }} + run: | + mamba env update -n ${{ inputs.environment_name }} -f ${{ inputs.environment_file }} + mamba install -c conda-forge sphinxcontrib-applehelp=1.0.7 - name: Get paths to notebook files if: |