File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626 - name : Install uv
2727 run : |
2828 curl -LsSf https://astral.sh/uv/install.sh | sh
29- echo "$HOME/.cargo/bin" >> $GITHUB_PATH
29+ echo "$HOME/.cargo/bin" >> " $GITHUB_PATH"
3030
3131 - name : Build package
3232 run : |
Original file line number Diff line number Diff line change 2323 with :
2424 ruby-version : 3.3
2525 - run : gem install xcop
26+ - name : Install uv
27+ run : |
28+ curl -LsSf https://astral.sh/uv/install.sh | sh
29+ echo "$HOME/.cargo/bin" >> "$GITHUB_PATH"
2630 - run : make
Original file line number Diff line number Diff line change 1919 - uses : actions/setup-python@v5
2020 with :
2121 python-version : 3.11
22+ - name : Install uv
23+ run : |
24+ curl -LsSf https://astral.sh/uv/install.sh | sh
25+ echo "$HOME/.cargo/bin" >> "$GITHUB_PATH"
2226 - run : make requirements
2327 - run : make pylint
You can’t perform that action at this time.
0 commit comments