fix: use --break-system-packages for pip install in CI
This commit is contained in:
@@ -26,9 +26,9 @@ jobs:
|
|||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
cd dashboard/backend
|
cd dashboard/backend
|
||||||
pip3 install -r requirements.txt
|
pip3 install --break-system-packages -r requirements.txt
|
||||||
pip3 install -r requirements-dev.txt
|
pip3 install --break-system-packages -r requirements-dev.txt
|
||||||
pip3 install pytest-timeout
|
pip3 install --break-system-packages pytest-timeout
|
||||||
|
|
||||||
- name: Run unit tests
|
- name: Run unit tests
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user