Skip to content

Commit

Permalink
ci: exclude musllinux
Browse files Browse the repository at this point in the history
  • Loading branch information
janden committed Jul 15, 2024
1 parent 562d53c commit e318f4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ input = "python/finufft/finufft/__init__.py"
# Necessary to see build output from the actual compilation
build-verbosity = 1
# Not building for PyPy and musllinux for now.
skip = "pp* *musllinux"
skip = "pp* *musllinux*"
test-requires = "pytest"
test-command = "pytest {project}/python/finufft/test"

Expand Down

0 comments on commit e318f4f

Please sign in to comment.