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 dbed00f commit a4bf702Copy full SHA for a4bf702
.github/workflows/CD.yml
@@ -18,6 +18,8 @@ jobs:
18
- uses: actions/setup-python@v4
19
with:
20
python-version: '3.10'
21
+ - name: Install dependencies
22
+ run: sudo apt-get update && sudo apt-get install -y build-essential
23
- name: Build wheels
24
uses: PyO3/maturin-action@v1
25
0 commit comments