Skip to content

Commit 48f44e3

Browse files
committed
Use python3-pip again
1 parent ca99935 commit 48f44e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
apt-get install -y software-properties-common
6262
add-apt-repository ppa:deadsnakes/ppa
6363
apt-get update
64-
apt-get install -y python${{ matrix.python }} python${{ matrix.python }}-venv python${{ matrix.python }}-pip cmake tzdata patchelf
64+
apt-get install -y python${{ matrix.python }} python${{ matrix.python }}-venv python3-pip cmake tzdata patchelf
6565
6666
echo "=== Creating virtual environment ==="
6767
python3 -m venv /venv

0 commit comments

Comments
 (0)