Skip to content

Commit 7de116d

Browse files
authored
Update .github/workflows/ci_cd.yml
1 parent 4a69be4 commit 7de116d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci_cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -586,7 +586,7 @@ jobs:
586586
timeout_minutes: 120
587587
command: |
588588
.venv\Scripts\Activate.ps1
589-
pytest ${{ env.PYTEST_ARGUMENTS }} --timeout=600 -m visualization -x
589+
pytest ${{ env.PYTEST_ARGUMENTS }} -n 2 --dist loadfile --timeout=600 -m visualization -x
590590
591591
- uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
592592
with:

0 commit comments

Comments
 (0)