Skip to content

Commit

Permalink
install yarn on RTD runner
Browse files Browse the repository at this point in the history
  • Loading branch information
2bndy5 committed Oct 24, 2024
1 parent 4981446 commit 810de9d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .config/.readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ build:
rust: latest
python: latest
jobs:
post_create_environment:
- corepack enable
- corepack install
- yarn --version
pre_build:
- yarn install
- yarn build:debug
Expand Down
1 change: 1 addition & 0 deletions cspell.config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ words:
- calcsize
- Cdev
- codecov
- corepack
- datasheet
- defmt
- Doherty
Expand Down

0 comments on commit 810de9d

Please sign in to comment.