Skip to content

Commit

Permalink
use the tight range for dask (#33172)
Browse files Browse the repository at this point in the history
  • Loading branch information
liferoad authored Nov 20, 2024
1 parent 225b252 commit e1e0934
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sdks/python/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,9 @@ commands =
bash {toxinidir}/scripts/run_pytest.sh {envname} {toxinidir}/apache_beam/runners/dask/

[testenv:py{39,310,311,312}-win-dask]
# use the tight range since the latest dask requires cloudpickle 3.0
commands_pre =
pip install 'distributed>=2024.4.2' 'dask>=2024.4.2'
pip install 'distributed>=2024.4.2,<2024.9.0' 'dask>=2024.4.2,<2024.9.0'
commands =
python apache_beam/examples/complete/autocomplete_test.py
bash {toxinidir}/scripts/run_pytest.sh {envname} {toxinidir}/apache_beam/runners/dask/
Expand Down

0 comments on commit e1e0934

Please sign in to comment.