You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/conda-package.yml
+3-25Lines changed: 3 additions & 25 deletions
Original file line number
Diff line number
Diff line change
@@ -77,7 +77,7 @@ jobs:
77
77
78
78
strategy:
79
79
matrix:
80
-
python: ['3.11']
80
+
python: ['3.9', '3.10', '3.11', '3.12']
81
81
os: [ubuntu-22.04, windows-2019]
82
82
83
83
permissions:
@@ -298,7 +298,7 @@ jobs:
298
298
299
299
strategy:
300
300
matrix:
301
-
python: ['3.11']
301
+
python: ['3.9', '3.10', '3.11', '3.12']
302
302
303
303
continue-on-error: true
304
304
@@ -423,25 +423,9 @@ jobs:
423
423
FOR /F "delims=" %%i IN ('python -c "import sysconfig, os; print(os.path.join(sysconfig.get_paths()[\"purelib\"], 'dpnp', 'tests'))"') DO SET tests_path=%%i
0 commit comments