Skip to content

Commit 2ca6e59

Browse files
fix deps
1 parent f7eb4cc commit 2ca6e59

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci_cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
runs-on: ubuntu-latest
106106
steps:
107107
- name: Install system dependencies
108-
run: sudo apt-get update && sudo apt-get install -y libxcb-xinerama0 libxkbcommon-x11-0 libegl1
108+
run: sudo apt install libegl1
109109
- name: Restore images cache
110110
uses: actions/cache@v4
111111
with:

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ tests = [
4040
"pytest-cov==6.0.0",
4141
"pyside6==6.7.3",
4242
"pyvistaqt==0.11.1,<1",
43-
"pytest-qt==4.4.0"
43+
"pytest-qt"
4444
]
4545

4646
doc = [
@@ -49,7 +49,7 @@ doc = [
4949
"jupytext==1.16.4",
5050
"nbsphinx==0.9.5",
5151
"numpydoc==1.8.0",
52-
"pyqt5",
52+
"pyside6==6.8.0",
5353
"pyvistaqt==0.11.1,<1",
5454
"sphinx==8.1.3",
5555
"sphinx-autoapi==3.3.3",

0 commit comments

Comments
 (0)