Skip to content

Commit 471d222

Browse files
Bump conda-incubator/setup-miniconda from 3 to 4 (#253)
1 parent 2c2e4f8 commit 471d222

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/_build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
uses: actions/checkout@v7
6363

6464
- name: Setup Miniconda
65-
uses: conda-incubator/setup-miniconda@v3
65+
uses: conda-incubator/setup-miniconda@v4
6666
with:
6767
channels: conda-forge,defaults
6868
auto-update-conda: true
@@ -79,7 +79,7 @@ jobs:
7979
shell: bash -l {0}
8080
run: |
8181
python --version
82-
conda install -y conda-build
82+
conda install -n base -y conda-build
8383
conda build .
8484
conda build --output .
8585

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
path: conda-package/
8787

8888
- name: Setup Miniconda
89-
uses: conda-incubator/setup-miniconda@v3
89+
uses: conda-incubator/setup-miniconda@v4
9090
with:
9191
channels: conda-forge,defaults
9292
auto-update-conda: true

0 commit comments

Comments
 (0)