CI - Fix install yarn shell (#23941)

This commit is contained in:
Pere Miquel Brull 2025-10-17 11:15:40 +02:00 committed by GitHub
parent a279be5d7b
commit f5bbad9f36
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -47,6 +47,7 @@ runs:
- name: Install yarn
run: npm install -g yarn
shell: bash
# ------------------------------------------------------------------------------
# ---- Setup Python Test Environment -------------------------------------------