diff --git a/.forgejo/workflows/test.yml b/.forgejo/workflows/test.yml index e029607..b15d716 100644 --- a/.forgejo/workflows/test.yml +++ b/.forgejo/workflows/test.yml @@ -6,4 +6,4 @@ jobs: steps: - uses: actions/checkout@v4 - name: Install dependencies - run: apt update && apt install python3-pip && pip install flask hypercorn pyOpenSSL \ No newline at end of file + run: apt update && apt install python3-pip -y && pip install flask hypercorn pyOpenSSL \ No newline at end of file