From a874c134c35a27282024b7e5c63b110669e42705 Mon Sep 17 00:00:00 2001 From: Hassieb Pakzad <68423100+hassiebp@users.noreply.github.com> Date: Thu, 9 Jan 2025 19:17:22 +0100 Subject: [PATCH] remove parallelism --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f2bf3ac3..bd859a76 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -155,7 +155,7 @@ jobs: - name: Run the automated tests run: | python --version - poetry run pytest -n auto -s -v --log-cli-level=INFO + poetry run pytest -s -v --log-cli-level=INFO all-tests-passed: # This allows us to have a branch protection rule for tests and deploys with matrix