fix: temporarily try uv-based install to prevent click bug #96

Merged
adina merged 2 commits from fix-click into main 2025-09-24 07:03:40 +00:00

2 commits

Author SHA1 Message Date
Adina Wagner
56f3ad768f Install uv via command line instead of action
Some checks failed
Codespell / Check for spelling errors (pull_request) Successful in 20s
Model checks / lint (pull_request) Failing after 58s
Validate examples and verify unmodified conversion / lint (pull_request) Failing after 57s
to spare all the node action
2025-09-23 14:16:38 +02:00
Adina Wagner
c5a9403ab7 fix: temporarily try uv-based install to prevent click bug
Some checks failed
Codespell / Check for spelling errors (pull_request) Successful in 21s
Model checks / lint (pull_request) Failing after 1m14s
Validate examples and verify unmodified conversion / lint (pull_request) Failing after 1m15s
mirroring 8d6c22e22a,
which works around a bug in click: https://github.com/pypa/hatch/issues/2050
The separate installation of node via action is necessary to obtain
version 20, see https://github.com/astral-sh/setup-uv/issues/535
2025-09-23 12:07:02 +02:00