Skip to content

Commit

Permalink
fix install pyfury
Browse files Browse the repository at this point in the history
  • Loading branch information
chaokunyang committed Feb 6, 2025
1 parent 042da0e commit a37838f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/run_ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ install_pyfury() {
pip install Cython wheel "numpy<2.0.0" pytest
pushd "$ROOT/python"
pip list
export PATH=~/bin:$PATH
echo "Install pyfury"
# Fix strange installed deps not found
pip install setuptools
pip install setuptools -U
bazel build //:cp_fury_so
pip install -v -e .
popd
}
Expand Down

0 comments on commit a37838f

Please sign in to comment.