Skip to content

Commit

Permalink
try capping the Dask version
Browse files Browse the repository at this point in the history
  • Loading branch information
ev-br committed Dec 5, 2024
1 parent ee25aae commit 31fe4d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/array-api-tests-dask.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
uses: ./.github/workflows/array-api-tests.yml
with:
package-name: dask
package-version: '>= 2024.9.0'
package-version: '>= 2024.9.0 <2024.12'
module-name: dask.array
extra-requires: numpy
pytest-extra-args: --disable-deadline --max-examples=5

0 comments on commit 31fe4d6

Please sign in to comment.