Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .github/workflows/python_package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install pytest pytest-codspeed pytest-randomly pytest-split
python -m pip install pytest pytest-codspeed pytest-randomly pytest-split pytest-retry
python -m pip install .

- name: Restore test durations
Expand Down Expand Up @@ -71,7 +71,8 @@ jobs:
--store-durations \
--durations-path=.test_durations.${{ matrix.group }} \
--splitting-algorithm least_duration \
--clean-durations
--clean-durations \
--retries 1

- name: Upload test durations
uses: actions/upload-artifact@v6
Expand Down