Skip to content

Commit 792e22d

Browse files
Tieqiongsbillinge
andauthored
ci: fix failing py3.13 on osx-64 (#258)
* ci: fix failing py3.13 on osx-64 * use miniforge * better news --------- Co-authored-by: Simon Billinge <sbillinge@users.noreply.github.com>
1 parent b7c5c65 commit 792e22d

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

.github/workflows/matrix-and-codecov-on-merge-to-main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
uses: conda-incubator/setup-miniconda@v3
3333
with:
3434
activate-environment: test
35-
auto-update-conda: true
35+
miniforge-version: latest
3636
environment-file: environment.yml
3737
auto-activate-base: false
3838
python-version: ${{ matrix.python-version }}

news/osx13.rst

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
**Added:**
2+
3+
* <news item>
4+
5+
**Changed:**
6+
7+
* <news item>
8+
9+
**Deprecated:**
10+
11+
* <news item>
12+
13+
**Removed:**
14+
15+
* <news item>
16+
17+
**Fixed:**
18+
19+
* Use miniforge in CI to avoid strange error of incorrect MacOS version logged from base env
20+
21+
**Security:**
22+
23+
* <news item>

0 commit comments

Comments
 (0)