Skip to content

Commit

Permalink
adding distutils
Browse files Browse the repository at this point in the history
  • Loading branch information
jokkon committed Sep 18, 2024
1 parent f8f60a8 commit abf31dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
echo "PYVERINST=$PYVERINST" >> $GITHUB_ENV
echo "Installed python version: $PYVERINST"
python -m ensurepip --user
python -m pip install -U pip pipx
python -m pip install -U pip pipx setuptools
- name: Verify Python version
if: ${{ env.PYVERINST != env.PYVER }}
Expand Down

0 comments on commit abf31dd

Please sign in to comment.