From 810de9d32deafe84caccdd3d86f81e3729d49a10 Mon Sep 17 00:00:00 2001 From: Brendan <2bndy5@gmail.com> Date: Wed, 23 Oct 2024 17:22:27 -0700 Subject: [PATCH] install yarn on RTD runner --- .config/.readthedocs.yaml | 4 ++++ cspell.config.yml | 1 + 2 files changed, 5 insertions(+) diff --git a/.config/.readthedocs.yaml b/.config/.readthedocs.yaml index 5ab6a0e..8a4859a 100644 --- a/.config/.readthedocs.yaml +++ b/.config/.readthedocs.yaml @@ -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 diff --git a/cspell.config.yml b/cspell.config.yml index 2fd211e..d8de960 100644 --- a/cspell.config.yml +++ b/cspell.config.yml @@ -9,6 +9,7 @@ words: - calcsize - Cdev - codecov + - corepack - datasheet - defmt - Doherty