From 718c0abb355ac3053f55020aa230ba6fc7ccfae3 Mon Sep 17 00:00:00 2001 From: NguyenND Date: Tue, 19 May 2026 11:13:25 -0400 Subject: [PATCH] 05/19 Fix ci.yml 2 --- .gitea/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 5e6602e..b5c4f92 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: - uses: actions/checkout@v3 - name: Install flake8 - run: pip3 install flake8 --quiet + run: pip3 install flake8 --quiet --break-system-packages - name: Run flake8 run: |