From c17a0d006a37218f7bb00933b3ac8a42c3c21b02 Mon Sep 17 00:00:00 2001 From: 0xWheatyz Date: Thu, 2 Apr 2026 20:49:15 -0400 Subject: [PATCH] ci: fix pip install --- .gitea/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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