We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38224dd commit ef6848eCopy full SHA for ef6848e
.circleci/config.yml
@@ -34,7 +34,7 @@ jobs:
34
fi
35
python -m pip install --no-build-isolation -ve . -Csetup-args="--werror"
36
PATH=$HOME/miniconda3/envs/pandas-dev/bin:$HOME/miniconda3/condabin:$PATH
37
- sudo apt-get update && sudo apt-get install -y libegl1 libopengl0
+ DEBIAN_FRONTEND=noninteractive apt-get update && sudo apt-get install -y libegl1 libopengl0
38
ci/run_tests.sh
39
test-linux-musl:
40
docker:
0 commit comments