Skip to content

Commit

Permalink
trying maturin to see if that fixes pyo3 problem
Browse files Browse the repository at this point in the history
  • Loading branch information
seperman committed Feb 4, 2025
1 parent 2f2a4b8 commit 6476eff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:
run: |
# workaround for 3.13, SEE: https://github.com/pypa/setuptools/issues/3661#issuecomment-1813845177
pip install --upgrade setuptools
pip install maturin
- name: Install dependencies
if: matrix.python-version > 3.9
run: pip install -r requirements-dev.txt
Expand Down

0 comments on commit 6476eff

Please sign in to comment.