Skip to content

Commit 884b610

Browse files
committed
try using fromjson
1 parent 25ede3b commit 884b610

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/array-api-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
strategy:
4242
matrix:
4343
# min version of dask we needs drops support for python 3.9
44-
python-version: ${{ inputs.package-name == 'dask' && ['3.10', '3.11', '3.12'] || ['3.9', '3.10', '3.11', '3.12'] }}
44+
python-version: ${{ inputs.package-name == 'dask' && fromJson('[''3.10'', ''3.11'', ''3.12'']') || fromJson('[''3.9'', ''3.10'', ''3.11'', ''3.12'']') }}
4545

4646
steps:
4747
- name: Checkout array-api-compat

0 commit comments

Comments
 (0)