We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7a4f65 commit 58ca9f5Copy full SHA for 58ca9f5
src/setup.ts
@@ -22,7 +22,7 @@ export default async function main(toolchain: "respec" | "bikeshed" | string) {
22
}
23
case "bikeshed": {
24
await sh("pipx --version", "buffer");
25
- await sh(`pipx install 'bikeshed==5.*' --quiet`, {
+ await sh(`pipx install 'bikeshed==7.*' --quiet`, {
26
output: "stream",
27
env: {
28
PYTHONUSERBASE,
0 commit comments