Skip to content

Commit

Permalink
CI: fix Homebrew setup for docs in macos-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
dhomeier committed Feb 12, 2025
1 parent f349d72 commit eb7d33e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci_workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ jobs:
- libegl1
- libopenblas-dev
- libhdf5-dev
brew:
- enchant
envs: |
# Standard tests
Expand All @@ -56,10 +54,12 @@ jobs:
coverage: false
- macos: py311-docs-pyqt64
coverage: false
libraries:
brew:
- enchant
# Test a few configurations on macOS 13 (Intel, default for py<310) and 14 (Arm)
- macos: py38-test-pyqt514-all
- macos: py39-test-pyqt515
- macos: py311-test-pyqt65
- macos: py312-test-pyqt66
runs-on: macos-13
Expand Down
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ deps =
dev: numpy>=0.0.dev0
dev: astropy>=0.0.dev0
dev: git+https://github.com/glue-viz/glue
# Fix from https://github.com/pyenchant/pyenchant/pull/302 to find newer Homebrew installations
docs: pyenchant>=3.3.0rc1
lts: astropy==5.0.*
lts: matplotlib==3.5.*
# Pin numpy-lts until permanent solution for #2353/#2428
Expand Down

0 comments on commit eb7d33e

Please sign in to comment.