Skip to content

Commit

Permalink
[CI] add setuptools to requirements (ModelCloud#488)
Browse files Browse the repository at this point in the history
* add setuptools to requirements

* [CI] install setuptools
  • Loading branch information
CSY-ModelCloud authored Oct 28, 2024
1 parent a403283 commit 668801c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ ninja>=1.11.1.1
protobuf>=4.25.3
huggingface-hub>=0.24.2
lm_eval==0.4.4
setuptools>=75.2.0

0 comments on commit 668801c

Please sign in to comment.