We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb1d27e commit 0571115Copy full SHA for 0571115
1 file changed
packages/codeflash/scripts/postinstall.js
@@ -115,7 +115,7 @@ function installCodeflash(uvBin) {
115
try {
116
// Use uv tool install to install codeflash in an isolated environment
117
// This avoids conflicts with any existing Python environments
118
- execSync(`"${uvBin}" tool install codeflash --force`, {
+ execSync(`"${uvBin}" tool install --force --python python3.12 codeflash`, {
119
stdio: 'inherit',
120
shell: true,
121
});
0 commit comments