Skip to content

Commit fc64fa4

Browse files
committed
run linux tests in serial
1 parent fc249e1 commit fc64fa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/conda-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ jobs:
274274
env:
275275
DPNP_TEST_ALL_INT_TYPES: 1
276276
run: |
277-
pytest -n auto -ra --pyargs ${{ env.PACKAGE_NAME }}.tests
277+
pytest -ra --pyargs ${{ env.PACKAGE_NAME }}.tests
278278
279279
test_windows:
280280
name: Test ['windows-2019', python='${{ matrix.python }}']

0 commit comments

Comments
 (0)