Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[backport] CI: remove explicit Cython installation #7731

Merged
merged 1 commit into from
Jul 19, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Merge pull request #7729 from kmaehashi/fix-cython
CI: remove explicit Cython installation
  • Loading branch information
emcastillo authored and kmaehashi committed Jul 18, 2023
commit 5d00c9e5f53d035dbc50f65208a0183d30447831
1 change: 0 additions & 1 deletion .github/workflows/pretest-rocm-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 9,6 @@ DEBIAN_FRONTEND=noninteractive apt-get -y install python3-pip python3-dev
hipconfig

pip3 install -U pip wheel
pip3 install cython

export ROCM_HOME="/opt/rocm"
export HCC_AMDGPU_TARGET="gfx900"
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/pretest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 72,6 @@ jobs:
- name: Build
run: |
pip install -U pip wheel
pip install cython
READTHEDOCS=True pip install -v -e .
ccache --max-size 0.5Gi --cleanup --show-stats

Expand Down