Skip to content

Commit

Permalink
Prefer binary PyPI pkgs to avoid spurious failures from source builds (
Browse files Browse the repository at this point in the history
  • Loading branch information
jdblischak authored Jan 31, 2025
1 parent b4f1c59 commit 326b9b9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ jobs:
env:
LD_LIBRARY_PATH: ${{ github.workspace }}/install-libtiledb/lib
PKG_CONFIG_PATH: ${{ github.workspace }}/install-libtiledb/lib/pkgconfig
PIP_PREFER_BINARY: 1
steps:
- name: Clone TileDB-Py
uses: actions/checkout@v4
Expand Down Expand Up @@ -245,6 +246,7 @@ jobs:
needs: [libtiledb, libtiledbvcf, tiledb-py]
env:
LD_LIBRARY_PATH: "${{ github.workspace }}/install-libtiledb/lib:${{ github.workspace }}/install-libtiledbvcf/lib"
PIP_PREFER_BINARY: 1
steps:
- name: Clone TileDB-VCF
uses: actions/checkout@v4
Expand Down Expand Up @@ -371,6 +373,7 @@ jobs:
TILEDB_PATH: ${{ github.workspace }}/install-libtiledb
TILEDBSOMA_PATH: ${{ github.workspace }}/install-libtiledbsoma
PKG_CONFIG_PATH: "${{ github.workspace }}/install-libtiledb/lib/pkgconfig:${{ github.workspace }}/install-libtiledbsoma/lib/pkgconfig"
PIP_PREFER_BINARY: 1
steps:
- name: Clone TileDB-SOMA
uses: actions/checkout@v4
Expand Down Expand Up @@ -588,6 +591,7 @@ jobs:
needs: [libtiledb, tiledb-py]
env:
LD_LIBRARY_PATH: "${{ github.workspace }}/install-libtiledb/lib"
PIP_PREFER_BINARY: 1
steps:
- name: Clone TileDB-Cloud-Py
uses: actions/checkout@v4
Expand Down

0 comments on commit 326b9b9

Please sign in to comment.