Skip to content

Commit 2fce3dd

Browse files
committed
pass parallel by command line not permanently.
1 parent 54fbce6 commit 2fce3dd

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
- run: MONTEPY_MULTIPROC=1 python -m pytest tests/test_integration.py
119119
if: ${{ matrix.os == 'macos-latest' }}
120120
- run: |
121-
MONTEPY_MULTIPROC=1 coverage run -m pytest tests/test_integration.py
121+
MONTEPY_MULTIPROC=1 coverage run -p -m pytest tests/test_integration.py
122122
coverage combine
123123
coverage xml --fail-under=0
124124
if: ${{ matrix.os == 'ubuntu-latest' }}

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ include = ["montepy*"]
9797
[tool.coverage.run]
9898
omit = ["tests/*"]
9999
concurrency = ["multiprocessing", "thread"]
100-
parallel = "true"
101100

102101
[tool.coverage.report]
103102
precision = 2

0 commit comments

Comments
 (0)