We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45e7e54 commit 5afde51Copy full SHA for 5afde51
.github/workflows/integration.yaml
@@ -45,7 +45,7 @@ jobs:
45
pip install --upgrade pip setuptools wheel
46
pip install -r dev_requirements.txt
47
python setup.py build_ext --inplace
48
- python -m pytest --parallel-threads=auto
+ python -m pytest iterations=8 --parallel-threads=auto
49
- name: build and install the wheel
50
run: |
51
python setup.py bdist_wheel
0 commit comments