From 3da6e68166df1c3d3dbc1335bf81a3935e895b0b Mon Sep 17 00:00:00 2001 From: Krish Dholakia Date: Mon, 11 Sep 2023 08:01:01 -0700 Subject: [PATCH] Updated config.yml --- .circleci/config.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index fe40558c1..cdbedb388 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -29,7 +29,6 @@ jobs: pip install mypy pip install openai[datalib] pip install -Uq chromadb==0.3.29 - pip install pytest-xdist==3.3.1 - run: name: Linting Testing @@ -45,10 +44,9 @@ jobs: # Run pytest and generate JUnit XML report - run: - name: Run tests in parallel + name: Run tests command: | - # Split tests into separate workers - python -m pytest -n 50 --junitxml=test-results/junit.xml + python -m pytest --junitxml=test-results/junit.xml # Store test results - store_test_results: