Skip to content

Commit 088e20f

Browse files
committed
Enforce Python 3.12
1 parent 411d0f9 commit 088e20f

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

install.js

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,17 @@ module.exports = async kernel =>
4343
message: 'conda install conda=25.5.1 --yes'
4444
}
4545
},
46+
{
47+
method: 'shell.run',
48+
params:
49+
{
50+
message: 'conda install python=3.12 --yes',
51+
conda:
52+
{
53+
path: path.resolve(__dirname, '.env')
54+
}
55+
}
56+
},
4657
{
4758
method: 'shell.run',
4859
params:

0 commit comments

Comments
 (0)