From 33bc2571300668717400d324ef66222bbd66f366 Mon Sep 17 00:00:00 2001 From: Hang Cui Date: Fri, 17 Oct 2025 16:19:00 -0700 Subject: [PATCH] Update repo --- .gitea/workflows/007_passing_artifact.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/007_passing_artifact.yaml b/.gitea/workflows/007_passing_artifact.yaml index c4070cc..dd9510c 100644 --- a/.gitea/workflows/007_passing_artifact.yaml +++ b/.gitea/workflows/007_passing_artifact.yaml @@ -18,7 +18,7 @@ jobs: - name: Install tox # Tool used for Python unit tests run: pip install tox - name: Run unit tests - run: | + run: | # Use zip to take care of .hidden_files cd backend apt install zip COVERAGE_FILE=.coverage tox -e unit