Skip to content

Commit bfe47bf

Browse files
committed
ci
1 parent e90e682 commit bfe47bf

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/python.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,12 @@ jobs:
3333
with:
3434
python-version: '3.11'
3535

36+
- name: Install Python development headers
37+
if: runner.os == 'Linux'
38+
run: |
39+
sudo apt-get update
40+
sudo apt-get install -y python3.11-dev pkg-config
41+
3642
- name: Run jacspy tests
3743
working-directory: jacspy
3844
run: cargo test --verbose

0 commit comments

Comments
 (0)