Skip to content

fix(setup/bikeshed): ensure to use python3 with pipx#235

Open
devincabillo-web wants to merge 3 commits into
w3c:mainfrom
devincabillo-web:clean-w3c-tests
Open

fix(setup/bikeshed): ensure to use python3 with pipx#235
devincabillo-web wants to merge 3 commits into
w3c:mainfrom
devincabillo-web:clean-w3c-tests

Conversation

@devincabillo-web
Copy link
Copy Markdown
Contributor

Adding these two lines made made my local tests pass here:
explainers-by-googlers/classifier-api#7

The default `ubuntu-latest` runner uses an older Python version, causing `pipx install 'bikeshed==7.*'` to fail.
Update tool chain setup to use python version compatible with bikeshed=7.
@sidvishnoi sidvishnoi changed the title Update actions and setup for bikeshed fix(setup/bikeshed): ensure to use python3 with pipx May 22, 2026
Comment thread action.yml
shell: bash
env:
INPUTS_TOOLCHAIN: ${{ steps.prepare.outputs.build && fromJson(steps.prepare.outputs.build).toolchain }}
PIPX_DEFAULT_PYTHON: python3
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this required after we set it in setup.ts?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants