diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index c9b16d6..69b7c92 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -27,7 +27,7 @@ jobs: - name: Install Python dependencies shell: sh run: | - pip3 install --break-system-packages -r requirements.txt ruff + pip3 install -r requirements.txt ruff - name: Run ruff linter shell: sh