From ad1f13206fbb5d8634850f951f25437727e23d7e Mon Sep 17 00:00:00 2001 From: jstilley Date: Tue, 14 May 2024 08:50:22 -0700 Subject: [PATCH] Trying to fix Windows test crumbs issue --- .github/workflows/wintests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/wintests.yaml b/.github/workflows/wintests.yaml index 1ad83cf67..978469df7 100644 --- a/.github/workflows/wintests.yaml +++ b/.github/workflows/wintests.yaml @@ -24,6 +24,6 @@ jobs: - name: Run Unit Tests on Windows run: | pip install -e .[memprof,mpi,test] - pytest -n 4 armi + pytest -n 2 armi - name: Find Test Crumbs run: python .github/workflows/find_test_crumbs.py