Update .forgejo/workflows/test.yml
All checks were successful
Test web app / check (push) Successful in 29s

This commit is contained in:
Nova Cat 2025-01-18 18:50:40 -08:00
parent 74df1c98ec
commit 48ffb1b99b

View file

@ -6,4 +6,4 @@ jobs:
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Install dependencies - name: Install dependencies
run: apt update && apt install python3-pip -y && pip install flask hypercorn pyOpenSSL run: apt update && apt install python3-pip -y && pip install --break-system-packages flask hypercorn pyOpenSSL