fix: use --break-system-packages for pip install in CI
Run Tests / Backend Tests (push) Failing after 6m0s
Run Tests / Test Summary (push) Has been cancelled
Run Tests / Frontend Tests (push) Has started running

This commit is contained in:
Gan, Jimmy
2026-04-04 15:17:22 +08:00
parent 0c0f3bb6d8
commit e60c5d534e
+3 -3
View File
@@ -26,9 +26,9 @@ jobs:
- name: Install dependencies
run: |
cd dashboard/backend
pip3 install -r requirements.txt
pip3 install -r requirements-dev.txt
pip3 install pytest-timeout
pip3 install --break-system-packages -r requirements.txt
pip3 install --break-system-packages -r requirements-dev.txt
pip3 install --break-system-packages pytest-timeout
- name: Run unit tests
run: |