Skip to content

Commit 8e8f8ba

Browse files
committed
fix(ci): Remove macOS brew install from build job
1 parent 220d342 commit 8e8f8ba

1 file changed

Lines changed: 2 additions & 8 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,7 @@ jobs:
6363
sudo apt-get update
6464
sudo apt-get install -y python3-pyqt6 python3-pyqt6.qtcharts
6565
66-
- name: Install system dependencies (macOS)
67-
if: matrix.os == 'macos-latest'
68-
run: |
69-
brew install pyqt6
66+
# PyQt6 is installed via pip from requirements.txt, no system package needed
7067

7168
- name: Install dependencies
7269
run: |
@@ -107,10 +104,7 @@ jobs:
107104
sudo apt-get update
108105
sudo apt-get install -y python3-pyqt6 python3-pyqt6.qtcharts
109106
110-
- name: Install system dependencies (macOS)
111-
if: matrix.os == 'macos-latest'
112-
run: |
113-
brew install pyqt6
107+
# PyQt6 is installed via pip from requirements.txt, no system package needed
114108

115109
- name: Install dependencies
116110
run: |

0 commit comments

Comments
 (0)