From c010f966fa1e84ef1a5318e33fef91c8186e6971 Mon Sep 17 00:00:00 2001 From: Andrew Truong Date: Thu, 10 Oct 2024 16:03:03 -0400 Subject: [PATCH] test --- .github/workflows/test.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 4cc2c8df85f..8fe26022d95 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -274,8 +274,7 @@ jobs: WF_CLICKHOUSE_HOST: weave_clickhouse WEAVE_SERVER_DISABLE_ECOSYSTEM: 1 run: | - nox -e "tests-${{ matrix.python-version-major }}.${{ matrix.python-version-minor }}(shard='${{ matrix.nox-shard }}')" -- \ - -n4 + nox -e "tests-${{ matrix.python-version-major }}.${{ matrix.python-version-minor }}(shard='${{ matrix.nox-shard }}')" trace-tests-matrix-check: # This job does nothing and is only used for the branch protection if: always()