diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index bb012af..7d9109f 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -13,7 +13,7 @@ jobs: - name: Set up Python 3.11 run: | apt update -y - apt install -yqq python3 python3-docs python3-pip + apt install -yqq python3 python3-pip - name: Install Dependencies run: | python3 -m pip install --upgrade pip