File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -200,13 +200,6 @@ jobs:
200200 with :
201201 repository : apache/parquet-testing
202202 path : arrow/cpp/submodules/parquet-testing
203- - name : Set up Python
204- uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
205- with :
206- cache : ' pip'
207- python-version : 3.12
208- - name : Install Archery
209- run : pip install -e arrow/dev/archery[all]
210203 - name : Install dependencies
211204 run : |
212205 # We want to use llvm@14 to avoid shared z3
@@ -262,6 +255,13 @@ jobs:
262255 brew uninstall protobuf
263256
264257 brew bundle --file=Brewfile
258+ - name : Set up Python
259+ uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
260+ with :
261+ cache : ' pip'
262+ python-version : 3.12
263+ - name : Install Archery
264+ run : pip install -e arrow/dev/archery[all]
265265 - name : Prepare ccache
266266 run : |
267267 echo "CCACHE_DIR=${PWD}/ccache" >> ${GITHUB_ENV}
You can’t perform that action at this time.
0 commit comments