We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24366e6 commit 823d7b0Copy full SHA for 823d7b0
1 file changed
.github/workflows/stable.yml
@@ -17,8 +17,8 @@ jobs:
17
docker run --rm -e MAKEFLAGS='-j2' -v `pwd`:/io medcoupling/manylinux /io/build-wheels-linux.sh ${{ matrix.version }} ${{ matrix.abi }}
18
- uses: conda-incubator/setup-miniconda@v3
19
with:
20
- auto-activate-base: true
21
- activate-environment: ""
+ miniforge-version: latest
+ conda-remove-defaults: true
22
- name: Release
23
uses: softprops/action-gh-release@v1
24
if: startsWith(github.ref, 'refs/tags/')
@@ -68,6 +68,7 @@ jobs:
68
69
70
miniforge-version: latest
71
72
73
74
0 commit comments