Skip to content

Commit 45e7e54

Browse files
committed
Remove --iterations=8
1 parent 4b96955 commit 45e7e54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
pip install --upgrade pip setuptools wheel
4646
pip install -r dev_requirements.txt
4747
python setup.py build_ext --inplace
48-
python -m pytest --iterations=8 --parallel-threads=auto
48+
python -m pytest --parallel-threads=auto
4949
- name: build and install the wheel
5050
run: |
5151
python setup.py bdist_wheel

0 commit comments

Comments
 (0)