We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d74caaf commit c797e25Copy full SHA for c797e25
.github/workflows/CI.yml
@@ -8,10 +8,6 @@ name: CI
8
on:
9
pull_request:
10
branches: [main]
11
- paths:
12
- - src/**
13
- - python/**
14
- - "*.toml"
15
push:
16
17
paths:
@@ -36,6 +32,9 @@ jobs:
36
32
- uses: actions/setup-python@v5
37
33
with:
38
34
python-version: 3.x
35
+ - name: install packages
+ if: ${{ matrix.platform.os == 'linux' }}
+ run: sudo apt-get install pkg-config libssl-dev
39
- name: Build wheels
40
uses: PyO3/maturin-action@v1
41
0 commit comments