We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84a69a2 commit 147edd5Copy full SHA for 147edd5
1 file changed
.github/workflows/ci.yml
@@ -60,10 +60,10 @@ jobs:
60
- name: Checkout repository
61
uses: actions/checkout@v6
62
63
- - name: Install Python ${{ matrix.python-version }}
+ - name: Install build dependencies
64
run: |
65
apt-get update
66
- apt-get install -y software-properties-common
+ apt-get install -y software-properties-common cmake build-essential git
67
add-apt-repository -y ppa:deadsnakes/ppa
68
69
apt-get install -y python${{ matrix.python-version }} python${{ matrix.python-version }}-venv python${{ matrix.python-version }}-dev
0 commit comments