Enforce Python 3.12

This commit is contained in:
henryruhs
2025-10-09 08:40:11 +02:00
parent 411d0f9e11
commit 088e20f848
+11
View File
@@ -43,6 +43,17 @@ module.exports = async kernel =>
message: 'conda install conda=25.5.1 --yes'
}
},
{
method: 'shell.run',
params:
{
message: 'conda install python=3.12 --yes',
conda:
{
path: path.resolve(__dirname, '.env')
}
}
},
{
method: 'shell.run',
params: