Skip to content

Commit 2c56809

Browse files
authored
Merge pull request #91 from ProjectPythia/patch-sphinxcontrib-applehelp
Update build-book.yaml to temporarily fix nightly build failures with Sphinx version issue
2 parents eab32f3 + 2e0954a commit 2c56809

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build-book.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,9 @@ jobs:
165165
|| steps.cache.outputs.cache-hit != 'true'
166166
|| steps.env_change.outputs.any_changed == 'true')
167167
&& steps.parse_config.outputs.execute_notebooks != 'binder'
168-
run: mamba env update -n ${{ inputs.environment_name }} -f ${{ inputs.environment_file }}
168+
run: |
169+
mamba env update -n ${{ inputs.environment_name }} -f ${{ inputs.environment_file }}
170+
mamba install -c conda-forge sphinxcontrib-applehelp=1.0.7
169171
170172
- name: Get paths to notebook files
171173
if: |

0 commit comments

Comments
 (0)