diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index f911b5d8e..84aabbac4 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -43,6 +43,7 @@ jobs: python -m uv pip install .[strict,tests] && \ OMP_NUM_THREADS=1 pytest --cache-clear --cov=autoplex --cov-report term-missing --cov-append --splits 5 --group ${{ matrix.split }} -vv --durations-path /workspace/tests/test_data/.pytest-split-durations --store-durations " + - uses: actions/checkout@v3 - name: Commit and push test durations if: matrix.python-version == '3.10' && github.repository_owner == github.actor run: |