Downgrade conda to 25.5.1

This commit is contained in:
henryruhs
2025-08-06 23:59:58 +02:00
parent 6b4a5a01ba
commit 407113ba2b
+7
View File
@@ -36,6 +36,13 @@ module.exports = async kernel =>
message: 'git clone https://github.com/facefusion/facefusion --branch 3.3.2 --single-branch'
}
},
{
method: 'shell.run',
params:
{
message: 'conda install conda=25.5.1 --yes'
}
},
{
method: 'shell.run',
params: