We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7c5c65 commit 792e22dCopy full SHA for 792e22d
.github/workflows/matrix-and-codecov-on-merge-to-main.yml
@@ -32,7 +32,7 @@ jobs:
32
uses: conda-incubator/setup-miniconda@v3
33
with:
34
activate-environment: test
35
- auto-update-conda: true
+ miniforge-version: latest
36
environment-file: environment.yml
37
auto-activate-base: false
38
python-version: ${{ matrix.python-version }}
news/osx13.rst
@@ -0,0 +1,23 @@
1
+**Added:**
2
+
3
+* <news item>
4
5
+**Changed:**
6
7
8
9
+**Deprecated:**
10
11
12
13
+**Removed:**
14
15
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
0 commit comments