We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ca6fbb commit 1ae4032Copy full SHA for 1ae4032
.github/workflows/ci.yml
@@ -98,7 +98,7 @@ jobs:
98
python setup.py bdist_wheel
99
python -m playwright install --with-deps ${{ matrix.browser }}
100
- name: Common Tests
101
- run: pytest tests/common --browser=${{ matrix.browser }} --timeout 90
+ run: pytest tests/common --browser=${{ matrix.browser }} --timeout 90 --numprocesses=1
102
- name: Test Reference count
103
run: pytest tests/test_reference_count_async.py --browser=${{ matrix.browser }}
104
- name: Test Wheel Installation
0 commit comments