Merge dev to main: Security improvements and comprehensive test infrastructure #39
@@ -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