Commit 5c13adb
committed
[macOS CI] Bump pinned conda to 26.5.3 to fix osx-arm64 nightly builds
The macOS binary build runners' base miniconda env now has `python=3.14`
pinned. `conda install -y conda=25.3.0` is unsatisfiable there because conda
25.3.0 has no Python 3.14 build (builds only cover py3.9-3.13; 26.1.0 is the
first release with a py314 build), so every osx-arm64 nightly wheel build has
failed in `setup-binary-builds` since 2026-07-09 with:
LibMambaUnsatisfiableError: package conda-25.3.0-py310hca03da5_0 requires
python >=3.10,<3.11.0a0 ... Currently pinned specs: - python=3.14
Bump the pin to conda=26.5.3 (available on linux-64, linux-aarch64, osx-arm64,
win-64). This runs in the base env before the target env is created, which is
why all Python versions failed identically and only osx-arm64 was affected.1 parent 168b0ed commit 5c13adb
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
132 | | - | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
133 | 136 | | |
134 | 137 | | |
135 | 138 | | |
| |||
0 commit comments