Skip to content

Commit

Permalink
change pytest_addopts value for the public ubuntu tests (#5650)
Browse files Browse the repository at this point in the history
GitOrigin-RevId: 9a3fdc9689952f89bead445b08ae3ac587cd01f4
  • Loading branch information
pw-ppodhajski authored and Manul from Pathway committed Feb 9, 2024
1 parent aa86d26 commit b89b632
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
if [[ "$RUNNER_NAME" == *mac* ]]; then
export PYTEST_XDIST_AUTO_NUM_WORKERS=4
fi
export PYTEST_ADDOPTS="--dist worksteal -n auto"
export PYTEST_ADDOPTS="--dist worksteal -n 2"
python -m pytest -v --confcutdir "${ENV_NAME}" --doctest-modules --pyargs pathway
Notify_on_failure:
Expand Down

0 comments on commit b89b632

Please sign in to comment.