Skip to content

Commit

Permalink
CI: temporarily require matplotlib <3.10 (#885)
Browse files Browse the repository at this point in the history
  • Loading branch information
mj-will authored Jan 7, 2025
1 parent 064abe5 commit 5c789eb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
- uses: actions/checkout@v3
- name: Install package
run: |
# FIXME: Remove this line when gwpy supports matplotlib 3.10
conda install -c conda-forge "matplotlib<3.10"
python -m pip install .
conda list --show-channel-urls
# - name: Run precommits
Expand Down

0 comments on commit 5c789eb

Please sign in to comment.