File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 34
34
fi
35
35
python -m pip install --no-build-isolation -ve . --config-settings=setup-args="--werror"
36
36
PATH=$HOME/miniconda3/envs/pandas-dev/bin:$HOME/miniconda3/condabin:$PATH
37
- sudo apt-get update && sudo apt-get install -y libegl1 libopengl
37
+ sudo apt-get update && sudo apt-get install -y libegl1 libopengl0
38
38
ci/run_tests.sh
39
39
test-linux-musl :
40
40
docker :
Original file line number Diff line number Diff line change 54
54
55
55
- name : Extra installs
56
56
# https://pytest-qt.readthedocs.io/en/latest/troubleshooting.html#github-actions-azure-pipelines-travis-ci-and-gitlab-ci-cd
57
- run : sudo apt-get update && sudo apt-get install -y libegl1 libopengl
57
+ run : sudo apt-get update && sudo apt-get install -y libegl1 libopengl0
58
58
59
59
- name : Run doctests
60
60
run : cd ci && ./code_checks.sh doctests
Original file line number Diff line number Diff line change 48
48
49
49
- name : Extra installs
50
50
# https://pytest-qt.readthedocs.io/en/latest/troubleshooting.html#github-actions-azure-pipelines-travis-ci-and-gitlab-ci-cd
51
- run : sudo apt-get update && sudo apt-get install -y libegl1 libopengl
51
+ run : sudo apt-get update && sudo apt-get install -y libegl1 libopengl0
52
52
53
53
- name : Test website
54
54
run : python -m pytest web/
Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ jobs:
135
135
136
136
- name : Extra installs
137
137
# https://pytest-qt.readthedocs.io/en/latest/troubleshooting.html#github-actions-azure-pipelines-travis-ci-and-gitlab-ci-cd
138
- run : sudo apt-get update && sudo apt-get install -y libegl1 libopengl ${{ matrix.extra_apt || ''}}
138
+ run : sudo apt-get update && sudo apt-get install -y libegl1 libopengl0 ${{ matrix.extra_apt || ''}}
139
139
140
140
- name : Generate extra locales
141
141
# These extra locales will be available for locale.setlocale() calls in tests
You can’t perform that action at this time.
0 commit comments