Skip to content

Commit 823d7b0

Browse files
committed
CI: Update script
1 parent 24366e6 commit 823d7b0

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/stable.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ jobs:
1717
docker run --rm -e MAKEFLAGS='-j2' -v `pwd`:/io medcoupling/manylinux /io/build-wheels-linux.sh ${{ matrix.version }} ${{ matrix.abi }}
1818
- uses: conda-incubator/setup-miniconda@v3
1919
with:
20-
auto-activate-base: true
21-
activate-environment: ""
20+
miniforge-version: latest
21+
conda-remove-defaults: true
2222
- name: Release
2323
uses: softprops/action-gh-release@v1
2424
if: startsWith(github.ref, 'refs/tags/')
@@ -68,6 +68,7 @@ jobs:
6868
- uses: conda-incubator/setup-miniconda@v3
6969
with:
7070
miniforge-version: latest
71+
conda-remove-defaults: true
7172
- name: Release
7273
uses: softprops/action-gh-release@v1
7374
if: startsWith(github.ref, 'refs/tags/')

0 commit comments

Comments
 (0)