Closed svendlarsen closed 1 month ago
It looks like CI possibly needs to be updated? It's failing to install bikeshed:
$ pip3 install bikeshed --quiet
error: externally-managed-environment
@jyasskin can you help with the CI problem? Or point us to someone who can?
Probably triggered by https://github.com/actions/runner-images/issues/10636. I've filed https://github.com/w3c/spec-prod/issues/189, and I'll send a PR, but I won't have time to test it.
You can work around the problem by changing https://github.com/privacycg/nav-tracking-mitigations/blob/1fa286a38ab742b0d8eb0963bcffb3f1cf9ba46a/.github/workflows/deploy.yml#L8 to ubuntu-22.04
.
@svendlarsen can you rebase this on the tool chain change to see if it passes CI now?
Yep, success!
Running
bikeshed
on main yields the following output:i.e., bikeshed selects the wrong dfn link for
remote end steps
.With this change, running
bikeshed
produces no warnings and correctly links to the webdriver spec's dfn forremote end steps
.Preview | Diff