Update repo

This commit is contained in:
Hang Cui
2025-10-17 16:19:00 -07:00
parent 51213a40c8
commit 33bc257130

View File

@@ -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