There was an error while loading. Please reload this page.
1 parent 2c2e4f8 commit 471d222Copy full SHA for 471d222
2 files changed
.github/workflows/_build.yml
@@ -62,7 +62,7 @@ jobs:
62
uses: actions/checkout@v7
63
64
- name: Setup Miniconda
65
- uses: conda-incubator/setup-miniconda@v3
+ uses: conda-incubator/setup-miniconda@v4
66
with:
67
channels: conda-forge,defaults
68
auto-update-conda: true
@@ -79,7 +79,7 @@ jobs:
79
shell: bash -l {0}
80
run: |
81
python --version
82
- conda install -y conda-build
+ conda install -n base -y conda-build
83
conda build .
84
conda build --output .
85
.github/workflows/release.yml
@@ -86,7 +86,7 @@ jobs:
86
path: conda-package/
87
88
89
90
91
92
0 commit comments