We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 294e90b commit 02d2a3fCopy full SHA for 02d2a3f
.github/workflows/ci.yml
@@ -57,10 +57,10 @@ jobs:
57
-P /tmp/
58
sudo apt-get install -y /tmp/apache-arrow-apt-source-latest-"$(lsb_release --codename --short)".deb
59
sudo apt-get update -y
60
- sudo apt install -y libarrow-dev \
61
- libarrow-dataset-dev \
62
- libarrow-acero-dev \
63
- libparquet-dev
+ sudo apt install -y libarrow-dev=17.0.0-1 \
+ libarrow-dataset-dev=17.0.0-1 \
+ libarrow-acero-dev=17.0.0-1 \
+ libparquet-dev=17.0.0-1
64
sudo apt-get install -y libboost-graph-dev ccache libcurl4-openssl-dev doxygen lcov
65
66
# install benchmark
0 commit comments