feat: remove yarn dependency (#2297)

This commit is contained in:
Baptiste Augrain
2025-04-03 15:05:03 +02:00
committed by GitHub
parent b312c1742a
commit c9976ec085
13 changed files with 39 additions and 71 deletions

View File

@@ -108,10 +108,6 @@ jobs:
node-version: '20.18.2'
if: env.SHOULD_BUILD == 'yes'
- name: Install Yarn
run: npm install -g yarn
if: env.SHOULD_BUILD == 'yes'
- name: Setup Python 3
uses: actions/setup-python@v5
with: