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 af17867 commit d8f0736Copy full SHA for d8f0736
.github/workflows/build.yml
@@ -22,7 +22,7 @@ jobs:
22
- run: uv sync --group=test
23
- name: Run tests
24
# TODO: #8818 Re-enable quantum tests
25
- run: uv run pytest
+ run: uv run --with=pytest-run-parallel pytest --iteration=8 --parallel-threads=auto
26
--ignore=computer_vision/cnn_classification.py
27
--ignore=docs/conf.py
28
--ignore=dynamic_programming/k_means_clustering_tensorflow.py
0 commit comments