Skip to content
Snippets Groups Projects
Unverified Commit 13e2df0d authored by Matthew Roeschke's avatar Matthew Roeschke Committed by GitHub
Browse files

CI: Ignore prompting in test-arm when apt-get installing (#60546)

* 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
parent 38224dd9
No related branches found
No related tags found
No related merge requests found
...@@ -34,7 +34,6 @@ jobs: ...@@ -34,7 +34,6 @@ jobs:
fi fi
python -m pip install --no-build-isolation -ve . -Csetup-args="--werror" python -m pip install --no-build-isolation -ve . -Csetup-args="--werror"
PATH=$HOME/miniconda3/envs/pandas-dev/bin:$HOME/miniconda3/condabin:$PATH 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 ci/run_tests.sh
test-linux-musl: test-linux-musl:
docker: docker:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment