generated from Java-2025Fall/final-vibevault-template
完成作业
This commit is contained in:
parent
5a343fc2b2
commit
a2ba3b1b95
@ -250,6 +250,11 @@ jobs:
|
||||
--out final_grade.json \
|
||||
--summary final_summary.md
|
||||
|
||||
- name: Install Python dependencies
|
||||
working-directory: ${{ github.workspace }}
|
||||
run: |
|
||||
pip install reportlab
|
||||
|
||||
- name: Generate PDF report
|
||||
working-directory: ${{ github.workspace }}
|
||||
env:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user