Skip to content

Commit c2b52a6

Browse files
committed
why isnt it using the correct submodule
1 parent cc590dd commit c2b52a6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: .github/workflows/array-api-tests.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,9 @@ jobs:
4040
runs-on: ubuntu-latest
4141
strategy:
4242
matrix:
43-
python-version: ['3.9', '3.10', '3.11', '3.12']
43+
python-version: ['3.9',
44+
#'3.10', '3.11', '3.12'
45+
]
4446

4547
steps:
4648
- name: Checkout array-api-compat

0 commit comments

Comments
 (0)