Skip to content

Commit f81b078

Browse files
committed
Add miniconda version
1 parent 79947e9 commit f81b078

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build_and_test_mac.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
- uses: conda-incubator/setup-miniconda@v2
2424
with:
2525
activate-environment: anaconda-client-env
26+
miniconda-version: "latest"
2627
python-version: 3.8
2728
channels: conda-forge
2829
auto-activate-base: false
@@ -57,6 +58,7 @@ jobs:
5758
with:
5859
activate-environment: anaconda-client-env
5960
python-version: 3.8
61+
miniconda-version: "latest"
6062
channels: conda-forge
6163
auto-activate-base: false
6264

0 commit comments

Comments
 (0)