Skip to content

Commit

Permalink
min diff in dask runner tests, fix tox.
Browse files Browse the repository at this point in the history
  • Loading branch information
alxmrs committed Nov 7, 2024
1 parent 596d3b9 commit 24adfce
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/dask_runner_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,10 @@ jobs:
if: startsWith(matrix.os, 'ubuntu') || startsWith(matrix.os, 'macos')
working-directory: ./sdks/python
run: tox -c tox.ini -e ${{ matrix.params.tox_env }}-dask
- name: Run tests basic windows
if: startsWith(matrix.os, 'windows')
working-directory: ./sdks/python
run: tox -c tox.ini -e ${{ matrix.params.tox_env }}-win-dask
- name: Upload test logs
uses: actions/upload-artifact@v4
if: always()
Expand Down
2 changes: 2 additions & 0 deletions sdks/python/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,8 @@ commands =

[testenv:py{39,310,311,312}-dask]
extras = test,dask,dataframes
commands_pre =
pip install 'distributed>=2024.4.' 'dask>=2024.4.2'
commands =
bash {toxinidir}/scripts/run_pytest.sh {envname} {toxinidir}/apache_beam/runners/dask/

Expand Down

0 comments on commit 24adfce

Please sign in to comment.