Skip to content

Commit

Permalink
No need to install pyqt5 on macOS via brew, already included in conda…
Browse files Browse the repository at this point in the history
… environment
  • Loading branch information
jlenain committed Jan 21, 2025
1 parent 8b76c11 commit 7a23e77
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,10 @@ jobs:
sudo apt-get update
sudo apt-get install freeglut3-dev
- name: Install dependencies for Qt 5 on macOS
if: matrix.os == 'macos-14'
run: |
brew install pyqt5
#- name: Install dependencies for Qt 5 on macOS
# if: matrix.os == 'macos-14'
# run: |
# brew install pyqt5

- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 7a23e77

Please sign in to comment.