Skip to content

Commit

Permalink
Adds Beautifulsoup to Code Gen Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexCatarino committed Apr 19, 2024
1 parent 89c9124 commit a7e7c5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code_generators.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a7e7c5a

Please sign in to comment.