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 2f2a4b8 commit 6476effCopy full SHA for 6476eff
.github/workflows/main.yaml
@@ -48,6 +48,7 @@ jobs:
48
run: |
49
# workaround for 3.13, SEE: https://github.com/pypa/setuptools/issues/3661#issuecomment-1813845177
50
pip install --upgrade setuptools
51
+ pip install maturin
52
- name: Install dependencies
53
if: matrix.python-version > 3.9
54
run: pip install -r requirements-dev.txt
0 commit comments