From 8550a8bbe99b35d9bbe7a9ea7ba4b4610ff56587 Mon Sep 17 00:00:00 2001 From: William Ballenthin Date: Mon, 3 Aug 2020 17:56:19 -0600 Subject: [PATCH] Revert "ci: use NUM_CPU processes to test" This reverts commit de0f9043faf45909051a4df1d650e285d61cd3f1. --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index e83bd8bb..fac4fc9c 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -57,5 +57,5 @@ jobs: - name: Install capa run: pip install -e .[dev] - name: Run tests - run: pytest -n auto tests/ + run: pytest tests/