Skip to content

Commit ddbec09

Browse files
committed
fix: fix venv installation warning
1 parent 1f91d96 commit ddbec09

File tree

7 files changed

+6
-7
lines changed

7 files changed

+6
-7
lines changed

dist/actions/setup-cpp.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/actions/setup-cpp.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/legacy/setup-cpp.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/legacy/setup-cpp.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/modern/setup-cpp.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/modern/setup-cpp.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/python/python.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ async function setupPipx(foundPython: string) {
4747
await setupPipPackWithPython(foundPython, "pipx", undefined, { upgrade: true, usePipx: false })
4848
}
4949
await execa(foundPython, ["-m", "pipx", "ensurepath"], { stdio: "inherit" })
50-
await setupPipPackWithPython(foundPython, "venv", undefined, { upgrade: false, usePipx: false })
5150
} catch (err) {
5251
warning(`Failed to install pipx: ${(err as Error).toString()}. Ignoring...`)
5352
}

0 commit comments

Comments
 (0)