Skip to content

Commit a7b352a

Browse files
committed
looks like we need some rust stuff
1 parent 0800f87 commit a7b352a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/wheels.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ jobs:
108108
strategy:
109109
matrix:
110110
python: ["3.10", "3.11", "3.12", "3.13"]
111+
rust: [1.62.1]
111112
steps:
112113
- name: Cancel Previous Runs
113114
uses: styfle/cancel-workflow-action@0.12.1
@@ -123,6 +124,12 @@ jobs:
123124
uses: actions/setup-python@v5
124125
with:
125126
python-version: ${{ matrix.python }}
127+
- name: Install cbindgen
128+
uses: baptiste0928/cargo-install@v3
129+
with:
130+
crate: cbindgen
131+
version: "=0.24.3"
132+
locked: true
126133
- name: Install sdist into venv
127134
run: |
128135
sudo apt install -y --fix-missing libgsl0-dev

0 commit comments

Comments
 (0)