Skip to content

Commit

Permalink
Merge pull request #152 from cds-astro/test-windows-ci
Browse files Browse the repository at this point in the history
ci: add *.pyd to gitignore (this fixes ci for widows)
  • Loading branch information
ManonMarchand authored Jul 11, 2024
2 parents 2491055 + 05a94de commit 7fc53de
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
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==1.6
pip install maturin
maturin develop --release
# Install dependencies
pip install .[dev]
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.pyd
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ repository = "https://github.com/cds-astro/mocpy"

# Build a mocpy-x.x.x.tar.gz containing sources (from maturin).
[build-system]
requires = ["maturin>=0.13, < 1.7"]
requires = ["maturin>=0.13"]
build-backend = "maturin"

[tool.maturin]
Expand Down

0 comments on commit 7fc53de

Please sign in to comment.