Skip to content

Commit

Permalink
Install Qt 5 for macOS in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jlenain committed Jan 21, 2025
1 parent 5f505cf commit 855a4f8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,12 +97,17 @@ jobs:
python-version: ${{ matrix.python-version }}
check-latest: true

- name: Install freeglut3-dev
- name: Install dependencies for Qt 5 on Ubuntu
if: matrix.os == 'ubuntu-latest'
run: |
sudo apt-get update
sudo apt-get install freeglut3-dev
- name: Install dependencies for Qt 5 on macOS
if: matrix.os == 'macos14'
run: |
brew install qt5
- name: Install dependencies
env:
CTAPIPE_VERSION: ${{ matrix.ctapipe-version }}
Expand Down

0 comments on commit 855a4f8

Please sign in to comment.