Skip to content

Commit

Permalink
Test installing freeglut3-dev for pyqt in CI on Ubuntu runners
Browse files Browse the repository at this point in the history
  • Loading branch information
jlenain committed Jan 20, 2025
1 parent 6e38d33 commit c0f5c50
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,12 @@ jobs:
python-version: ${{ matrix.python-version }}
check-latest: true

- name: Install freeglut3-dev
if: matrix.os == 'ubuntu-latest'
run: |
sudo apt-get update
sudo apt-get install freeglut3-dev
- name: Install dependencies
env:
CTAPIPE_VERSION: ${{ matrix.ctapipe-version }}
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ dependencies:
- sphinx
- sphinx-automodapi
- pydata-sphinx-theme
- pyqt
- pip:
- zeo
- zodb
- mechanize
- browser-cookie3
- pyqt6
- pyqtgraph
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies = [
"scipy==1.11.4",
"zodb",
"zeo",
"pyqt6",
"pyqt5",
"pyqtgraph",
]

Expand Down

0 comments on commit c0f5c50

Please sign in to comment.