From b7d909258184930e51f46871309a2ad87603cff0 Mon Sep 17 00:00:00 2001 From: "Christopher J. Markiewicz" Date: Mon, 27 Jan 2025 08:40:29 -0500 Subject: [PATCH] tmp: Run test_registration.py on one core --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 95ec94e..e04fafc 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -112,7 +112,7 @@ jobs: - name: Run tox run: | export PATH=$ANTSPATH:$PATH - tox -v --exit-and-dump-after 1200 + tox -v --exit-and-dump-after 1200 -- test/test_registration.py -n 0 - uses: codecov/codecov-action@v4 if: ${{ always() }} with: