use manual version for now (#2156)

This commit is contained in:
Wing Lian
2024-12-08 21:09:12 -05:00
committed by GitHub
parent 343a4d8855
commit 0c25bc07a2
4 changed files with 33 additions and 10 deletions

View File

@@ -89,8 +89,8 @@ jobs:
- name: Run tests
run: |
pytest -n8 --dist loadfile --ignore=tests/e2e/ --ignore=tests/patched/ tests/
pytest tests/patched/
pytest -v -n8 --dist loadfile --ignore=tests/e2e/ --ignore=tests/patched/ tests/
pytest -v tests/patched/
- name: cleanup pip cache
run: |
@@ -141,8 +141,8 @@ jobs:
- name: Run tests
run: |
pytest -n8 --dist loadfile --ignore=tests/e2e/ --ignore=tests/patched/ tests/
pytest tests/patched/
pytest -v -n8 --dist loadfile --ignore=tests/e2e/ --ignore=tests/patched/ tests/
pytest -v tests/patched/
- name: cleanup pip cache
run: |