We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08928e6 commit e9441e3Copy full SHA for e9441e3
1 file changed
.github/workflows/python_package.yaml
@@ -40,7 +40,7 @@ jobs:
40
- name: Install dependencies
41
run: |
42
python -m pip install --upgrade pip
43
- python -m pip install pytest pytest-codspeed pytest-randomly pytest-split
+ python -m pip install pytest pytest-codspeed pytest-randomly pytest-split pytest-retry
44
python -m pip install .
45
46
- name: Restore test durations
@@ -71,7 +71,8 @@ jobs:
71
--store-durations \
72
--durations-path=.test_durations.${{ matrix.group }} \
73
--splitting-algorithm least_duration \
74
- --clean-durations
+ --clean-durations \
75
+ --retries 1
76
77
- name: Upload test durations
78
uses: actions/upload-artifact@v6
0 commit comments