Skip to content

Commit 37c56fc

Browse files
feat: Install pandasql and matplotlib dependencies
This commit adds the installation of the pandasql and matplotlib dependencies to the CI/CD workflow. These libraries are required for data manipulation and visualization in the Jupyter notebook.
1 parent 9fadac0 commit 37c56fc

File tree

2 files changed

+423
-357
lines changed

2 files changed

+423
-357
lines changed

.github/workflows/CI-CD.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,8 @@ jobs:
9999
run: |
100100
pip install notebook
101101
pip install pandas
102+
pip install pandasql
103+
pip install matplotlib
102104
103105
- name: Convert notebook to HTML
104106
run: |

0 commit comments

Comments
 (0)