Skip to content

Commit 6476eff

Browse files
committed
trying maturin to see if that fixes pyo3 problem
1 parent 2f2a4b8 commit 6476eff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ jobs:
4848
run: |
4949
# workaround for 3.13, SEE: https://github.com/pypa/setuptools/issues/3661#issuecomment-1813845177
5050
pip install --upgrade setuptools
51+
pip install maturin
5152
- name: Install dependencies
5253
if: matrix.python-version > 3.9
5354
run: pip install -r requirements-dev.txt

0 commit comments

Comments
 (0)