Skip to content

Commit 4f941e2

Browse files
committed
ci: add libreadline to build dependencies
1 parent 5f513ed commit 4f941e2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/fast_testing.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ jobs:
4444

4545
- name: Install Python dependencies
4646
run: pip install -r tests/requirements.txt
47+
48+
- name: Install dependencies
49+
run: sudo apt install libreadline6-dev
4750

4851
- name: Build module
4952
run: |

0 commit comments

Comments
 (0)