Skip to content

Commit

Permalink
Set environment in a Windows compatible way
Browse files Browse the repository at this point in the history
  • Loading branch information
saraedum committed Jan 21, 2025
1 parent c104259 commit 23d82b2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,11 @@ jobs:
with:
pixi-version: v0.39.5
- name: mkdocs
run: |
env:
# Since no browser is installed during this CI run, plotly fails to
# produce HTML output, see https://github.com/plotly/plotly.py/blob/2c2dd6ab2eeff73c782457f33c590c1d09a97625/packages/python/plotly/plotly/io/_renderers.py#L532
export PLOTLY_RENDERER=browser
PLOTLY_RENDERER: browser
run: |
pixi run doc --strict
# Disable further processing by GitHub
touch generated/website/.nojekyll
Expand Down

0 comments on commit 23d82b2

Please sign in to comment.