完成作业
Some checks failed
autograde-final-vibevault / check-trigger (push) Successful in 3s
autograde-final-vibevault / grade (push) Failing after 3m38s

This commit is contained in:
liyitian 2025-12-14 21:14:42 +08:00
parent a2ba3b1b95
commit 3f2287eee1

View File

@ -253,7 +253,7 @@ jobs:
- name: Install Python dependencies - name: Install Python dependencies
working-directory: ${{ github.workspace }} working-directory: ${{ github.workspace }}
run: | run: |
pip install reportlab apt update && apt install -y python3-reportlab
- name: Generate PDF report - name: Generate PDF report
working-directory: ${{ github.workspace }} working-directory: ${{ github.workspace }}