Skip to content

Commit 167da26

Browse files
run tests againt multiple dask versions
1 parent 604f573 commit 167da26

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
python-version: ["3.10", "3.11", "3.12"]
16+
dask-version: ["2025.5.0", "2025.7.0", "2025.11.0"]
1617

1718
steps:
1819
- uses: actions/checkout@v4
@@ -23,6 +24,7 @@ jobs:
2324
- name: Install dependencies
2425
run: |
2526
python -m pip install --upgrade pip
27+
python -m pip install dask==${{ matrix.dask-version }} distributed==${{ matrix.dask-version }}
2628
python -m pip install .
2729
python -m pip install .[test]
2830
- name: Test with pytest

0 commit comments

Comments
 (0)