Skip to content

Commit

Permalink
fix bdist_wheel (#188)
Browse files Browse the repository at this point in the history
* fix bdist_wheel

Signed-off-by: NKcqx <892670992@qq.com>

---------

Signed-off-by: NKcqx <892670992@qq.com>
  • Loading branch information
NKcqx committed Dec 15, 2023
1 parent 4ccd682 commit bb7092a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pypi-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ jobs:
env:
RAYFED_BUILD_MODE: nightly
run: |
pip install pytest torch cloudpickle cryptography
pip install pytest torch cloudpickle cryptography wheel
pip install ray==2.0.0
python setup.py bdist_wheel
python3 setup.py bdist_wheel
- name: Upload
if: env.COMMIT_TODAY == 'true'
Expand Down

0 comments on commit bb7092a

Please sign in to comment.