Skip to content

Commit

Permalink
Merge remote-tracking branch 'ygm/v0.7-dev' into feature-split-local-…
Browse files Browse the repository at this point in the history
…and-remote-buffer-tracking
  • Loading branch information
ryan-dozier committed Jan 10, 2025
2 parents 81fac4c + 3ca0dd9 commit 89a0bf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
if: steps.cache-boost.outputs.cache-hit != 'true'
run: |
cd ~
wget --no-verbose https://boostorg.jfrog.io/artifactory/main/release/1.77.0/source/boost_1_77_0.tar.bz2
wget --no-verbose https://archives.boost.io/release/1.77.0/source/boost_1_77_0.tar.bz2
tar -xjf boost_1_77_0.tar.bz2
- name: Install Apache Arrow
if: ${{ matrix.os == 'ubuntu-latest'}} # Skip on ubuntu-20.04 due to pyarrow's ABI incompatibility issue
Expand Down

0 comments on commit 89a0bf7

Please sign in to comment.