Skip to content

Commit bb0cf79

Browse files
committed
xxx
1 parent 7c25ce5 commit bb0cf79

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/rc.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff 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}

0 commit comments

Comments
 (0)