Skip to content

Commit

Permalink
Update stable.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jschueller authored Apr 28, 2024
1 parent 3146eee commit 5b2b205
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions .github/workflows/stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,9 @@ jobs:
run: |
docker pull openturns/manylinux2014_x86_64
docker run --rm -e MAKEFLAGS='-j2' -v `pwd`:/io openturns/manylinux2014_x86_64 /io/build-wheels-linux.sh v1.22 ${{ matrix.abi }}
- uses: conda-incubator/setup-miniconda@v2
- uses: conda-incubator/setup-miniconda@v3
with:
auto-activate-base: true
activate-environment: ""
miniforge-version: latest
- name: Upload
if: startsWith(github.ref, 'refs/tags/')
shell: bash -l {0}
Expand All @@ -37,10 +36,9 @@ jobs:
run: |
docker pull openturns/archlinux-mingw
docker run --rm -e MAKEFLAGS='-j2' -v `pwd`:/io openturns/archlinux-mingw /io/build-wheels-mingw.sh v1.22 ${{ matrix.abi }}
- uses: conda-incubator/setup-miniconda@v2
- uses: conda-incubator/setup-miniconda@v3
with:
auto-activate-base: true
activate-environment: ""
miniforge-version: latest
- name: Upload
if: startsWith(github.ref, 'refs/tags/')
shell: bash -l {0}
Expand Down Expand Up @@ -69,10 +67,9 @@ jobs:
with:
name: wheel
path: ${{ steps.getfilename.outputs.file }}
- uses: conda-incubator/setup-miniconda@v2
- uses: conda-incubator/setup-miniconda@v3
with:
auto-activate-base: true
activate-environment: ""
miniforge-version: latest
- name: Upload
if: startsWith(github.ref, 'refs/tags/')
shell: bash -l {0}
Expand Down

0 comments on commit 5b2b205

Please sign in to comment.