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 f7c0977
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Twitter = "https://twitter.com/PythonPillow"
[tool.cibuildwheel]
before-all = ".github/workflows/wheels-dependencies.sh"
test-command = "cd {project} && .github/workflows/wheels-test.sh"
test-requires = "defusedxml olefile pyroma pytest pytest-timeout"
test-extras = ["tests"]

[tool.setuptools]
packages = ["PIL"]
Expand Down

0 comments on commit f7c0977

Please sign in to comment.