Skip to content

Commit

Permalink
attempt to run command bypassing the need of an interactive shell in …
Browse files Browse the repository at this point in the history
…pre_biild
  • Loading branch information
shenvitor committed Jun 12, 2024
1 parent 5523780 commit 6a051d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ build:
post_install:
- curl -fsSL https://pixi.sh/install.sh | bash
pre_build:
- export PATH="$HOME/.pixi/bin:$PATH" && pixi shell
- export PATH="$HOME/.pixi/bin:$PATH" && pixi shell -c "echo Pixi shell activated"
sphinx:
builder: html
configuration: docs/conf.py
Expand Down

0 comments on commit 6a051d7

Please sign in to comment.