Skip to content

Commit ba76b14

Browse files
Python headers
1 parent 1fdde70 commit ba76b14

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,12 @@ jobs:
4141
if: matrix.platform == 'macos-15-large'
4242
run: conda install -y 'clang>=12.0.1,<17'
4343

44+
- name: Python headers
45+
if: startsWith(matrix.platform, 'ubuntu')
46+
run: |
47+
sudo apt-get update
48+
sudo apt-get install -y python3.12-dev
49+
4450
- name: Show conda environment info
4551
run: |
4652
conda info

0 commit comments

Comments
 (0)