File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020 - uses : actions/checkout@v6
2121 - name : Install uv
2222 uses : astral-sh/setup-uv@v7
23+ with :
24+ activate-environment : true
2325 - name : Build docs site
2426 run : uv run --frozen --only-group docs mkdocs build -s
2527 - name : Upload artifact
Original file line number Diff line number Diff line change 2424 - name : Install uv
2525 uses : astral-sh/setup-uv@v7
2626 with :
27- enable-cache : true
27+ activate-environment : true
2828 - name : Cache HF models
2929 uses : actions/cache@v5
3030 with :
Original file line number Diff line number Diff line change 2222 - uses : actions/checkout@v6
2323 - name : Install uv
2424 uses : astral-sh/setup-uv@v7
25+ with :
26+ activate-environment : true
2527 - name : Build package dist
2628 run : |
2729 uv pip compile --group build --generate-hashes -o build-constraints.txt
You can’t perform that action at this time.
0 commit comments