We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31fe4d6 commit 381e5a4Copy full SHA for 381e5a4
.github/workflows/array-api-tests-dask.yml
@@ -7,7 +7,7 @@ jobs:
7
uses: ./.github/workflows/array-api-tests.yml
8
with:
9
package-name: dask
10
- package-version: '>= 2024.9.0 <2024.12'
+ package-version: '>= 2024.9.0, <2024.12'
11
module-name: dask.array
12
extra-requires: numpy
13
pytest-extra-args: --disable-deadline --max-examples=5
0 commit comments