diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1524114fde..e6fec16fed 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -626,7 +626,7 @@ jobs: - name: "Unit testing requirements installation" run: | - python -m pip install pytest + python -m pip install pytest pytest-rerunfailures pytest-cov - name: "Unit testing" run: |