Skip to content

Commit 4706239

Browse files
committed
Up ci conf.
1 parent d76efe1 commit 4706239

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/github-actions.yml

+5
Original file line numberDiff line numberDiff line change
@@ -440,6 +440,11 @@ jobs:
440440
pip --version
441441
tox --version
442442
pip list --format=freeze
443+
- name: install dependencies (gdb)
444+
if: >
445+
!matrix.cibw_build && matrix.os == 'ubuntu'
446+
run: >
447+
sudo apt-get install gdb
443448
- name: cibw build and test
444449
if: matrix.cibw_build
445450
run: cibuildwheel

0 commit comments

Comments
 (0)