Skip to content

Commit ed12a7a

Browse files
committed
add: generate docs actions changed - numpy and pandas import added
1 parent 0bf9cb2 commit ed12a7a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/generate_docs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ jobs:
2222
- name: Install dependencies
2323
run: |
2424
python -m pip install --upgrade pip
25+
pip install numpy # Install numpy first
26+
pip install pandas # Install pandas second
2527
pip install -r requirements.txt
2628
pip install pdoc
2729

0 commit comments

Comments
 (0)