Skip to content

Commit 28cbc8b

Browse files
author
Vahid Tavanashad
committed
avoid runing duplicate tests
1 parent 6ce3eb2 commit 28cbc8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/conda-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107

108108
strategy:
109109
matrix:
110-
python: ['3.9', '3.10', '3.11', '3.12']
110+
python: ['3.9', '3.10', '3.11']
111111

112112
continue-on-error: true
113113

@@ -289,7 +289,7 @@ jobs:
289289

290290
strategy:
291291
matrix:
292-
python: ['3.9', '3.10', '3.11', '3.12']
292+
python: ['3.9', '3.10', '3.11']
293293

294294
continue-on-error: true
295295

0 commit comments

Comments
 (0)