File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3232
3333 - name : Install UV
3434 run : |
35- UV_VERSION=$(cat ./requirement-uv.txt | awk -F'==' '{print $2}' | tr -d ' \n')
35+ UV_VERSION=$(cat ./requirement-uv.txt | tr -d ' \n')
3636 curl -LsSf https://astral.sh/uv/${UV_VERSION}/install.sh | sh
3737
3838 - name : Record original PATH
8080
8181 - name : Install UV
8282 run : |
83- UV_VERSION=$(cat ./requirement-uv.txt | awk -F'==' '{print $2}' | tr -d ' \n')
83+ UV_VERSION=$(cat ./requirement-uv.txt | tr -d ' \n')
8484 curl -LsSf https://astral.sh/uv/${UV_VERSION}/install.sh | sh
8585
8686 - name : Get Current Version
Original file line number Diff line number Diff line change 3434# This significantly reduces the total build time, as each time we make a build call for a device,
3535# only device-specific kernel source is being downloaded into the container.
3636#
37- RUN curl -LsSf https://astral.sh/uv/$(cat ./requirement-uv.txt | awk -F '==' '{print $2}' | tr -d ' \n ' )/install.sh | sh && \
37+ RUN curl -LsSf https://astral.sh/uv/$(cat ./requirement-uv.txt | tr -d ' \n ' )/install.sh | sh && \
3838 . $HOME/.local/bin/env && \
3939 uv sync --frozen --no-install-project && \
4040 uv run ${WDIR}/zkb/utils/bridge.py --shared
You can’t perform that action at this time.
0 commit comments