Skip to content

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
  • Loading branch information
pveigadecamargo committed Jun 12, 2024
2 parents b528977 + 3f2c01b commit ce68c61
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/debug_tests.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Run tests for debugging sigabrt

on: [pull_request]
#on: [pull_request]

jobs:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_linux_with_coverage.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Code coverage

on: [pull_request]
#on: [pull_request]

jobs:
testing:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Tests on all platforms with linting

on: [pull_request]
#on: [pull_request]

jobs:
linting:
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ extend-exclude = '''docs/*'''


[build-system]
requires = ["setuptools", "numpy", "cython", "pyaml", "requests", "scipy", "shapely", "pandas", "pyarrow==15.0.0", "pyproj", "wheel"]
requires = ["setuptools", "numpy", "cython", "pandas", "pyarrow==15.0.0", "wheel"]


[tool.ruff]
Expand Down Expand Up @@ -92,7 +92,7 @@ manylinux-pypy_aarch64-image = "manylinux_2_28"
[tool.cibuildwheel.linux]
archs = ["auto", "aarch64"]
build = ["cp310-*", "cp311-*", "cp312-*"]
repair-wheel-command = [
repair-wheel-command =[
"auditwheel repair -w {dest_dir} {wheel} --exclude libarrow.so.1500 --exclude libarrow_python.so"
]

Expand Down

0 comments on commit ce68c61

Please sign in to comment.