Fix broken integration tests.

This commit is contained in:
Hemang
2025-05-06 20:35:35 +05:30
committed by Hemang Sarkar
parent dc9ac9c3c6
commit aec7808e3e
9 changed files with 52 additions and 40 deletions
+3 -2
View File
@@ -26,10 +26,11 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install pytest
pip install .
- name: Run unit tests
run: ./run.sh unit-tests -s -vv
run: |
pip install -r tests/unit_tests/requirements.txt
./run.sh unit-tests -s -vv
continue-on-error: true
- name: Run integration tests