Skip to content

Commit

Permalink
install 3rd party in CI
Browse files Browse the repository at this point in the history
Signed-off-by: NKcqx <[email protected]>
  • Loading branch information
NKcqx committed Dec 26, 2024
1 parent 7dc82b5 commit 66bfb49
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/pypi-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,10 @@ jobs:
- name: Build wheels
uses: pypa/[email protected]
env:
CIBW_BEFORE_BUILD_LINUX: pip install "cython>=0.29.32" wheel && ./ci/env/install-bazel.sh
CIBW_BUILD: |
cp39-macosx_x86_64
cp39-macosx_arm64
cp39-manylinux_aarch64
cp312-manylinux_x86_64
CIBW_BEFORE_BUILD: pip install "cython>=0.29.32" wheel && pip install -q --target=/project/python/ray/thirdparty_files psutil "setproctitle==1.2.2" colorama && ./ci/env/install-bazel.sh
CIBW_BUILD: cp312-manylinux_x86_64

CIBW_ENVIRONMENT: RAY_DEBUG_BUILD=nightly
CIBW_ENVIRONMENT: RAY_DEBUG_BUILD=nightly SKIP_THIRDPARTY_INSTALL=1
with:
package-dir: ./python
output-dir: ./python/dist
Expand Down

0 comments on commit 66bfb49

Please sign in to comment.