From a7e7c5aa771cb44d1aab51c6f6c4887e4278612e Mon Sep 17 00:00:00 2001 From: Alexandre Catarino Date: Fri, 19 Apr 2024 18:22:42 +0100 Subject: [PATCH] Adds Beautifulsoup to Code Gen Actions --- .github/workflows/code_generators.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/code_generators.yml b/.github/workflows/code_generators.yml index 926b9d036e..20a2092717 100644 --- a/.github/workflows/code_generators.yml +++ b/.github/workflows/code_generators.yml @@ -34,7 +34,7 @@ jobs: - name: Install dependencies run: |- python -m pip install --upgrade pip - pip install numpy==1.22.3 + pip install beautifulsoup4==4.12.3 pip install pandas==1.4.2 - name: Free space