Skip to content

Commit

Permalink
CI: Ignore prompting in test-arm when apt-get installing (#60546)
Browse files Browse the repository at this point in the history
* CI: Ignore prompting in test-arm when apt-get installing

* CI: Ignore prompting in test-arm when apt-get installing

* Skip the apt-get install all together
  • Loading branch information
mroeschke authored Dec 11, 2024
1 parent 38224dd commit 13e2df0
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 @@ -34,7 +34,6 @@ jobs:
fi
python -m pip install --no-build-isolation -ve . -Csetup-args="--werror"
PATH=$HOME/miniconda3/envs/pandas-dev/bin:$HOME/miniconda3/condabin:$PATH
sudo apt-get update && sudo apt-get install -y libegl1 libopengl0
ci/run_tests.sh
test-linux-musl:
docker:
Expand Down

0 comments on commit 13e2df0

Please sign in to comment.