Skip to content

Commit 23f933c

Browse files
Removed 3.10 in test_examples_linux, since dpnp is not available for 3.10
1 parent a8bf4ce commit 23f933c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/conda-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ jobs:
321321
runs-on: ${{ matrix.runner }}
322322
strategy:
323323
matrix:
324-
python: ['3.9', '3.10']
324+
python: ['3.9']
325325
experimental: [false]
326326
runner: [ubuntu-latest]
327327
continue-on-error: ${{ matrix.experimental }}

0 commit comments

Comments
 (0)