We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce0fdaa commit d2c4adfCopy full SHA for d2c4adf
.github/workflows/_legacy-checkpoints.yml
@@ -61,6 +61,10 @@ jobs:
61
uses: astral-sh/setup-uv@v6
62
with:
63
python-version: "3.9"
64
+ # TODO: Avoid activating environment like this
65
+ # see: https://github.com/astral-sh/setup-uv/tree/v6/?tab=readme-ov-file#activate-environment
66
+ activate-environment: true
67
+ enable-cache: true
68
69
- name: Install PL from source
70
env:
0 commit comments