File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2323 shell : bash
2424 - name : Install dependencies
2525 run : |
26- uv pip install tox tox-uv
26+ uv pip install --system tox tox-uv
2727 shell : bash
2828 - name : Run tox
2929 run : |
Original file line number Diff line number Diff line change 3535 python-version : ${{ matrix.python }}
3636 - name : Install dependencies
3737 run : |
38- uv pip install tox tox-pdm
38+ uv pip install --system tox tox-pdm
3939 - name : Build the package
4040 run : |
4141 export GUIDELLM_BUILD_TYPE=nightly
Original file line number Diff line number Diff line change 3434 python-version : ${{ matrix.python }}
3535 - name : Install dependencies
3636 run : |
37- uv pip install tox tox-pdm
37+ uv pip install --system tox tox-pdm
3838 - name : Build the package
3939 run : |
4040 export GUIDELLM_BUILD_TYPE=candidate
Original file line number Diff line number Diff line change 3333 python-version : ${{ matrix.python }}
3434 - name : Install dependencies
3535 run : |
36- uv pip install tox tox-pdm
36+ uv pip install --system tox tox-pdm
3737 - name : Build the package
3838 run : |
3939 export GUIDELLM_BUILD_TYPE=release
You can’t perform that action at this time.
0 commit comments