Skip to content

Commit

Permalink
Fix missing numpy in linux arm build
Browse files Browse the repository at this point in the history
  • Loading branch information
dime10 committed Jan 7, 2025
1 parent 534f4b6 commit b316170
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scripts/linux_arm64/rh8/build_llvm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export PYTHON=/usr/bin/python3
export PATH=/opt/_internal/cpython-${PYTHON_VERSION}.${PYTHON_SUBVERSION}/bin:/opt/rh/gcc-toolset-${GCC_VERSION}/root/usr/bin:/catalyst/llvm-build/bin:$PATH

# Install python dependencies
/usr/bin/python3 -m pip install pybind11 PyYAML cmake ninja
/usr/bin/python3 -m pip install numpy pybind11 PyYAML cmake ninja

# Build LLVM
export LLVM_BUILD_DIR="/catalyst/llvm-build"
Expand Down

0 comments on commit b316170

Please sign in to comment.