Skip to content

Commit

Permalink
remove musllinux build
Browse files Browse the repository at this point in the history
  • Loading branch information
jeongyoonlee committed Apr 20, 2024
1 parent 4ba0189 commit 34f015a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
# serve to show the default.

import matplotlib
import sphinx_rtd_theme
import importlib.metadata

matplotlib.use("agg")
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,4 @@ homepage = "https://github.com/uber/causalml"
build = ["cp38-*", "cp39-*", "cp310-*", "cp311-*"]
build-verbosity = 1
# Skip 32-bit builds
skip = ["*-win32", "*-manylinux_i686"]
skip = ["*-win32", "*-manylinux_i686", "*-musllinux*"]

0 comments on commit 34f015a

Please sign in to comment.