Skip to content

Commit a421c62

Browse files
committed
Wrong name
1 parent 1a94cc4 commit a421c62

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
fi
3535
python -m pip install --no-build-isolation -ve . --config-settings=setup-args="--werror"
3636
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
3838
ci/run_tests.sh
3939
test-linux-musl:
4040
docker:

.github/workflows/code-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454

5555
- name: Extra installs
5656
# 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
5858

5959
- name: Run doctests
6060
run: cd ci && ./code_checks.sh doctests

.github/workflows/docbuild-and-upload.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848

4949
- name: Extra installs
5050
# 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
5252

5353
- name: Test website
5454
run: python -m pytest web/

.github/workflows/unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ jobs:
135135

136136
- name: Extra installs
137137
# 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 || ''}}
139139

140140
- name: Generate extra locales
141141
# These extra locales will be available for locale.setlocale() calls in tests

0 commit comments

Comments
 (0)