Skip to content

Commit 7531932

Browse files
committed
wip
1 parent f6f8477 commit 7531932

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build_wheels.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,10 @@ jobs:
135135
version: latest
136136
python-version: ${{ matrix.python_version }}
137137
activate-environment: true
138+
- name: Set up dependencies
139+
run: |
140+
sudo apt-get update
141+
sudo apt-get install -qy gdb
138142
- name: Install Python dependencies
139143
run: |
140144
uv pip install -r requirements-test.txt

0 commit comments

Comments
 (0)