We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 220d342 commit 8e8f8baCopy full SHA for 8e8f8ba
1 file changed
.github/workflows/ci.yml
@@ -63,10 +63,7 @@ jobs:
63
sudo apt-get update
64
sudo apt-get install -y python3-pyqt6 python3-pyqt6.qtcharts
65
66
- - name: Install system dependencies (macOS)
67
- if: matrix.os == 'macos-latest'
68
- run: |
69
- brew install pyqt6
+ # PyQt6 is installed via pip from requirements.txt, no system package needed
70
71
- name: Install dependencies
72
run: |
@@ -107,10 +104,7 @@ jobs:
107
104
108
105
109
106
110
111
112
113
114
115
116
0 commit comments