diff --git a/.circleci/config.yml b/.circleci/config.yml index 3b36cc4802..14b14a0230 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -61,9 +61,9 @@ commands: cd js npm ci npm run build - + - when: - condition: + condition: not: equal: - <> @@ -315,6 +315,8 @@ jobs: name: Install dependencies command: | cd doc + sudo apt-get update + sudo apt-get install rename curl -LsSf https://astral.sh/uv/install.sh | sh uv venv source .venv/bin/activate