Skip to content

Commit 8ebd24f

Browse files
authored
Remove Bikeshed version specifier
Per #191, letting Bikeshed try and install the latest version is good in general, and results in a much better error message when people try to run this job with a too-old Python.
1 parent 58ca9f5 commit 8ebd24f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/setup.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export default async function main(toolchain: "respec" | "bikeshed" | string) {
2222
}
2323
case "bikeshed": {
2424
await sh("pipx --version", "buffer");
25-
await sh(`pipx install 'bikeshed==7.*' --quiet`, {
25+
await sh(`pipx install 'bikeshed' --quiet`, {
2626
output: "stream",
2727
env: {
2828
PYTHONUSERBASE,

0 commit comments

Comments
 (0)