Skip to content

Commit a43317f

Browse files
committed
🧪 Disable pytest-xdist in CI on Ubuntu ARM
1 parent 3d6d461 commit a43317f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/reusable-tests.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,11 @@ jobs:
269269
--parallel-live
270270
--skip-missing-interpreters false
271271
-qq
272+
${{
273+
contains(inputs.runner-vm-os, 'arm')
274+
&& '-- -n0'
275+
|| ''
276+
}}
272277
- name: Produce markdown test summary from JUnit
273278
if: always()
274279
uses: test-summary/[email protected]
@@ -286,6 +291,7 @@ jobs:
286291
--skip-pkg-install
287292
--
288293
--no-cov -vvvvv --lf
294+
-n0
289295
&& exit 1
290296
shell: bash
291297
- name: Send coverage data to Codecov

0 commit comments

Comments
 (0)