fix: use --break-system-packages for pip install in CI
This commit is contained in:
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user