Skip to content

Commit 9b15070

Browse files
committed
add python-dev package
1 parent 0d842bc commit 9b15070

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 python3-pip cmake tzdata patchelf
64+
apt-get install -y python${{ matrix.python }} python${{ matrix.python }}-venv python${{ matrix.python }}-dev python3-pip cmake tzdata patchelf
6565
6666
echo "=== Creating virtual environment ==="
6767
python${{ matrix.python }} -m venv /venv

0 commit comments

Comments
 (0)