Skip to content

Commit

Permalink
CI: Ignore prompting in test-arm when apt-get installing
Browse files Browse the repository at this point in the history
  • Loading branch information
mroeschke committed Dec 11, 2024
1 parent ef6848e commit 94b8881
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
fi
python -m pip install --no-build-isolation -ve . -Csetup-args="--werror"
PATH=$HOME/miniconda3/envs/pandas-dev/bin:$HOME/miniconda3/condabin:$PATH
DEBIAN_FRONTEND=noninteractive apt-get update && sudo apt-get install -y libegl1 libopengl0
DEBIAN_FRONTEND=noninteractive apt-get update && apt-get install -y libegl1 libopengl0
ci/run_tests.sh
test-linux-musl:
docker:
Expand Down

0 comments on commit 94b8881

Please sign in to comment.