Skip to content

Commit

Permalink
[python/ci] Attempt to unbreak wheel build
Browse files Browse the repository at this point in the history
  • Loading branch information
johnkerl committed Mar 27, 2024
1 parent f680e8e commit b2d4aeb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apis/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,8 @@ def find_or_build_package_data(setuptools_cmd):
package_data.append(f.name)
assert package_data, f"tiledb artifacts absent from {lib_dir}"

package_data.append(this_dir / "requirements_dev.txt")

# Install shared libraries inside the Python module via package_data.
print(f" adding to package_data: {package_data}")
setuptools_cmd.distribution.package_data["tiledbsoma"] = package_data
Expand Down

0 comments on commit b2d4aeb

Please sign in to comment.