We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2909f98 commit 3c97b6dCopy full SHA for 3c97b6d
1 file changed
.github/workflows/pytest-core-mpi.yaml
@@ -115,11 +115,11 @@ jobs:
115
OMP_NUM_THREADS=1
116
command: |
117
pytest \
118
- -v \
119
- --cov \
120
- --cov-config=.coveragerc \
121
- --cov-report=xml \
122
- tests/test_mpi.py"
+ -v \
+ --cov \
+ --cov-config=.coveragerc \
+ --cov-report=xml \
+ tests/test_mpi.py"
123
124
- name: Test acoustic and TTI examples with MPI
125
uses: ./.github/actions/docker-run
0 commit comments