Skip to content

Commit

Permalink
CI, MAINT: pin Python for MacOS conda
Browse files Browse the repository at this point in the history
* We're seeing CI failures related to an undesirable
bump to Python `3.12` in this job, when the intention
was clearly to respect the Python version specific
in the GHA matrix. I didn't check too closely why
exactly it suddenly started happening, but some
packages weren't ready for `3.12` yet on this
job (`scikit-umfpack` in particular) and I don't
see too much harm in adding an extra pin to
respect the intention for the Python version.

[skip cirrus] [skip circle]
  • Loading branch information
tylerjereddy committed May 16, 2024
1 parent f2d4775 commit e5400cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ jobs:
shell: bash -l {0}
run: |
conda activate scipy-dev
mamba install python=${{ matrix.python-version}}
# optional test dependencies
mamba install scikit-umfpack scikit-sparse
Expand Down

0 comments on commit e5400cb

Please sign in to comment.