Skip to content

Commit

Permalink
Alternative installation of tiledbsoma-py
Browse files Browse the repository at this point in the history
  • Loading branch information
jdblischak committed Nov 30, 2023
1 parent 6fba2fa commit 95ee5bf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -405,6 +405,11 @@ jobs:
run: |
find /opt/hostedtoolcache/Python/3.11.6/x64 -iname pybind11.h
find /opt/hostedtoolcache/Python/3.11.6/x64 -iname numpy.h
- name: Alternative installation
run: |
cd apis/python
python -m pip install --upgrade build
python -m build -n
- name: Confirm linking
run: |
find apis/python -name '*.so'
Expand Down

0 comments on commit 95ee5bf

Please sign in to comment.