Skip to content

Commit 7c827d0

Browse files
Update generate-csv.yml
1 parent 5f1aa2a commit 7c827d0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/generate-csv.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ jobs:
2222
- name: 📦 Install Python dependencies
2323
run: pip install requests openpyxl
2424

25+
- name: 📦 Install Python dependencies
26+
run: |
27+
pip install requests openpyxl PyGithub
28+
2529
- name: 🧠 Run extraction + reviewer script
2630
env:
2731
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)