Skip to content

Commit

Permalink
Try to fix weird errors on GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
pitrou committed Aug 14, 2024
1 parent 9df84ac commit 19228c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1889,8 +1889,8 @@ services:
command: >
/bin/bash -c "
git config --global --add safe.directory /arrow &&
python3 -m venv ~/pyvenv &&
source ~/pyvenv/bin/activate &&
python3 -m venv /build/pyvenv &&
source /build/pyvenv/bin/activate &&
pip install -U pip setuptools &&
pip install arrow/dev/archery[lint] &&
archery lint --all --no-clang-tidy --no-iwyu --no-numpydoc --src /arrow"
Expand Down

0 comments on commit 19228c5

Please sign in to comment.