diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index 01165f6..4d0282b 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -10,7 +10,7 @@ jobs: - name: Install Python and pip run: | apt update - apt install python3-pip + apt install -y python3-pip - name: Install dependencies run: | python -m pip install --upgrade pip