Skip to content

Commit b140b5b

Browse files
committed
Revert "🧪 Disable pytest-xdist in CI on Ubuntu ARM"
This reverts commit a43317f.
1 parent 13bf7c6 commit b140b5b

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/reusable-tests.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -299,11 +299,6 @@ jobs:
299299
--parallel-live
300300
--skip-missing-interpreters false
301301
-qq
302-
${{
303-
contains(inputs.runner-vm-os, 'arm')
304-
&& '-- -n0'
305-
|| ''
306-
}}
307302
- name: Produce markdown test summary from JUnit
308303
if: always()
309304
uses: test-summary/[email protected]
@@ -321,7 +316,6 @@ jobs:
321316
--skip-pkg-install
322317
--
323318
--no-cov -vvvvv --lf
324-
-n0
325319
&& exit 1
326320
shell: bash
327321
- name: Send coverage data to Codecov

0 commit comments

Comments
 (0)