Skip to content

Commit

Permalink
ci: pin maturin version in windows fro now
Browse files Browse the repository at this point in the history
looks related to PyO3/maturin#2125
  • Loading branch information
ManonMarchand committed Jul 8, 2024
1 parent e8d55b5 commit b8fcd18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
virtualenv mocpy-env
.\mocpy-env\Scripts\activate
# Install and use maturin
pip install maturin
pip install maturin==1.6
maturin develop --release
# Install dependencies
pip install .[dev]
Expand Down

0 comments on commit b8fcd18

Please sign in to comment.