Skip to content

Commit

Permalink
forgot to export
Browse files Browse the repository at this point in the history
  • Loading branch information
tomjakubowski committed Oct 30, 2024
1 parent dec919d commit 96f758e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-wheel-from-sdist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,6 @@ jobs:
run: |
if [[ -f "perspective_python-3.1.2.tar.gz" ]]; then
echo "setting PSP_ARCH for broken perspective-server 3.1.2"
PSP_ARCH=aarch64
export PSP_ARCH=aarch64
fi
python -m pip install --no-clean -v ./perspective_python-*.tar.gz

0 comments on commit 96f758e

Please sign in to comment.