Skip to content

Commit

Permalink
Fixed old typo from bad merge.
Browse files Browse the repository at this point in the history
  • Loading branch information
alxmrs committed Nov 7, 2024
1 parent 81a9992 commit 28c26bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdks/python/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ commands =

[testenv:py{39,310,311,312}-win-dask]
commands_pre =
pip install 'distributed>=2024.4.' 'dask>=2024.4.2'
pip install 'distributed>=2024.4.2' 'dask>=2024.4.2'
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 28c26bb

Please sign in to comment.