Skip to content

Commit 94b8881

Browse files
committed
CI: Ignore prompting in test-arm when apt-get installing
1 parent ef6848e commit 94b8881

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
fi
3535
python -m pip install --no-build-isolation -ve . -Csetup-args="--werror"
3636
PATH=$HOME/miniconda3/envs/pandas-dev/bin:$HOME/miniconda3/condabin:$PATH
37-
DEBIAN_FRONTEND=noninteractive apt-get update && sudo apt-get install -y libegl1 libopengl0
37+
DEBIAN_FRONTEND=noninteractive apt-get update && apt-get install -y libegl1 libopengl0
3838
ci/run_tests.sh
3939
test-linux-musl:
4040
docker:

0 commit comments

Comments
 (0)