Skip to content

Commit

Permalink
SNOW-1055755: darwin build command
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-mraba committed Aug 20, 2024
1 parent b368e6a commit 9ce2be1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ features = ["development", "packaging"]
[tool.hatch.envs.packaging.scripts]
build-binaries = ["./scripts/packaging/build_binaries.sh"]
build-packages = ["./scripts/packaging/build_packages.sh"]
package-darwin-binaries = ["./scripts/packaging/package_darwin_binaries.sh"]
build-all = [
"./scripts/packaging/build_binaries.sh",
"./scripts/packaging/build_packages.sh",
Expand Down Expand Up @@ -132,7 +133,9 @@ pre-install-commands = [
features = ["development"]

[tool.hatch.envs.integration.scripts]
test = ["python scripts/run_tests_with_retry.py Integration -m integration -n6 --dist=worksteal"]
test = [
"python scripts/run_tests_with_retry.py Integration -m integration -n6 --dist=worksteal",
]

[[tool.hatch.envs.local.matrix]]
python = ["3.10", "3.11", "3.12"]
Expand Down

0 comments on commit 9ce2be1

Please sign in to comment.