Skip to content

Commit

Permalink
removed -get
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Nov 14, 2023
1 parent 49ce1cb commit 8e7e16b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wheels-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ if [[ "$OSTYPE" == "darwin"* ]]; then
elif [ "${AUDITWHEEL_POLICY:9}" == "musllinux" ]; then
apk add curl fribidi
else
apt-get update
apt-get install -y libfribidi0 libopenblas-dev pkg-config
apt update
apt install -y libfribidi0 libopenblas-dev pkg-config
fi
if [ "${AUDITWHEEL_POLICY:9}" != "musllinux" ]; then
python3 -m pip install numpy
Expand Down

0 comments on commit 8e7e16b

Please sign in to comment.