Skip to content

Commit

Permalink
BLD: Try to fix the aarch64 pip installation
Browse files Browse the repository at this point in the history
  • Loading branch information
BvB93 committed Oct 11, 2023
1 parent 522f8e0 commit 48c7d20
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ jobs:
echo "\n::group::Install pip"
apt install -y python3-pip
python -m pip install --upgrade pip
echo "\n::group::Install curl"
apt install -y curl
Expand All @@ -195,11 +196,11 @@ jobs:
echo "\n::group::Install the package"
WHL_NAME=$(python scripts/get_whl_name.py dist manylinux2014_aarch64)
pip install $WHL_NAME[test] --prefer-binary
python pip install $WHL_NAME[test] --prefer-binary
echo "\n::group::Python info"
python --version
pip list
python pip list
echo "\n::group::Run tests"
bash scripts/prepare_test_dir.sh
Expand Down

0 comments on commit 48c7d20

Please sign in to comment.