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 ef6848e commit 94b8881Copy full SHA for 94b8881
.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
- 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
38
ci/run_tests.sh
39
test-linux-musl:
40
docker:
0 commit comments