Skip to content

Commit

Permalink
Reduce number of pytest workers to 1
Browse files Browse the repository at this point in the history
  • Loading branch information
deadlycoconuts committed Feb 10, 2024
1 parent d02846d commit 307c639
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/e2e/run-e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ kubectl create namespace ${E2E_PROJECT_NAME} --dry-run=client -o yaml | kubectl
cd ../../python/sdk
pip install pipenv==2023.7.23
pipenv install --dev --skip-lock --python ${PYTHON_VERSION}
pipenv run pytest -n=4 -W=ignore --cov=merlin -m "not (gpu or feast or batch or pyfunc or local_server_test or cli or customtransformer)" --durations=0
pipenv run pytest -n=1 -W=ignore --cov=merlin -m "not (gpu or feast or batch or pyfunc or local_server_test or cli or customtransformer)" --durations=0

0 comments on commit 307c639

Please sign in to comment.