Skip to content

Commit

Permalink
CI: Ignore prompting in test-arm when apt-get installing (#60547)
Browse files Browse the repository at this point in the history
  • Loading branch information
mroeschke authored Dec 12, 2024
1 parent 7f7e305 commit 9052c9e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:
- checkout
- run: .circleci/setup_env.sh
- run: |
sudo apt-get update && sudo apt-get install -y libegl1 libopengl0
PATH=$HOME/miniconda3/envs/pandas-dev/bin:$HOME/miniconda3/condabin:$PATH \
LD_PRELOAD=$HOME/miniconda3/envs/pandas-dev/lib/libgomp.so.1:$LD_PRELOAD \
ci/run_tests.sh
Expand Down

0 comments on commit 9052c9e

Please sign in to comment.