diff --git a/.github/workflows/coverage_report.yml b/.github/workflows/coverage_report.yml index 234e1696..9f69d260 100644 --- a/.github/workflows/coverage_report.yml +++ b/.github/workflows/coverage_report.yml @@ -22,7 +22,8 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install -r tests/requirements_all.txt + pip install -r tests/requirements_full.txt + pip install -r tests/requirements_mpi.txt pip install -r tests/requirements.txt - name: Generate coverage report