Skip to content

Commit

Permalink
[CI] install setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
CSY-ModelCloud authored Oct 28, 2024
1 parent 230939e commit 4121220
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ jobs:
pip show torch
- name: Install requirements
run: uv pip install build -i http://${{ needs.check-vm.outputs.ip }}/simple/ --trusted-host ${{ needs.check-vm.outputs.ip }}
run: uv pip install build setuptools -U -i http://${{ needs.check-vm.outputs.ip }}/simple/ --trusted-host ${{ needs.check-vm.outputs.ip }}

- name: Compile
run: python -m build --no-isolation --sdist
Expand Down

0 comments on commit 4121220

Please sign in to comment.