Update .forgejo/workflows/test.yml
Some checks failed
Test web app / check (push) Failing after 24s

This commit is contained in:
Nova Cat 2025-01-18 18:50:01 -08:00
parent 12746c3b8f
commit 74df1c98ec

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 && pip install flask hypercorn pyOpenSSL run: apt update && apt install python3-pip -y && pip install flask hypercorn pyOpenSSL