Skip to content

Commit 6693f3b

Browse files
remove --extra x11
1 parent 0700602 commit 6693f3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/mypy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ jobs:
3333
- run: |
3434
sudo apt-get update
3535
sudo apt-get install -y libwayland-dev libcairo2-dev libgirepository-2.0-dev
36-
- run: uv pip install -r pyproject.toml --extra wayland --extra x11
36+
- run: uv pip install -r pyproject.toml --extra wayland
3737
- run: uv pip install --group types
3838
- run: mypy safeeyes

0 commit comments

Comments
 (0)