Consistently install branch specific dependencies in CI (#25874)

This commit is contained in:
Joel Challis 2025-12-15 00:21:06 +00:00 committed by GitHub
parent e1c869b8da
commit 2c847b0350
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 21 additions and 17 deletions

View file

@ -35,9 +35,10 @@ jobs:
fetch-depth: 1
- name: Install dependencies
run: pip3 install -r requirements-dev.txt
- name: Install nvm
run: |
apt-get update && apt-get install -y rsync doxygen
# install nvm
touch $HOME/.bashrc
wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash