Update .forgejo/workflows/test.yml
All checks were successful
Test web app / check (push) Successful in 29s
All checks were successful
Test web app / check (push) Successful in 29s
This commit is contained in:
parent
74df1c98ec
commit
48ffb1b99b
1 changed files with 1 additions and 1 deletions
|
@ -6,4 +6,4 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- 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
|
Loading…
Add table
Reference in a new issue