Skip to content

Commit 00ed47d

Browse files
committed
run tests in serial
1 parent 4cb0c52 commit 00ed47d

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 -sv ${{ 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)