From 69d28a3c3ae6344074fa0291373bb27cf164aecf Mon Sep 17 00:00:00 2001 From: Julien Schueller Date: Wed, 10 Jan 2024 14:31:08 +0100 Subject: [PATCH] Update for 1.22 --- .github/workflows/build.yml | 13 ++++++------- build.sh | 2 -- otconda/construct.yaml | 5 ++--- 3 files changed, 8 insertions(+), 12 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e77569e..22fefdb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -7,9 +7,9 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - version: ['1.21'] + version: ['1.22'] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Build run: ./build.sh - name: Upload @@ -22,9 +22,9 @@ jobs: runs-on: macos-latest strategy: matrix: - version: ['1.21'] + version: ['1.22'] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Build run: ./build.sh - name: Upload @@ -37,15 +37,14 @@ jobs: runs-on: windows-latest strategy: matrix: - version: ['1.21'] + version: ['1.22'] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: conda-incubator/setup-miniconda@v2 with: miniforge-version: latest - name: Build run: | - conda install -y "conda<23.1" conda install -y constructor constructor -v otconda get-childitem diff --git a/build.sh b/build.sh index 7d74281..406e259 100755 --- a/build.sh +++ b/build.sh @@ -22,8 +22,6 @@ wget -c --no-check-certificate https://github.com/conda-forge/miniforge/releases rm -rf /tmp/miniforge bash /tmp/Miniforge3-${OS}-x86_64.sh -b -p /tmp/miniforge export PATH="/tmp/miniforge/bin:$PATH" -# https://github.com/conda/constructor/issues/628 -conda install -y "conda<23.1" conda install -y constructor # build diff --git a/otconda/construct.yaml b/otconda/construct.yaml index 97e42da..e847528 100644 --- a/otconda/construct.yaml +++ b/otconda/construct.yaml @@ -1,5 +1,5 @@ name: otconda -version: '1.21' +version: '1.22' channels: - conda-forge @@ -15,7 +15,7 @@ specs: - seaborn - ipython - jupyter - - openturns 1.21* + - openturns 1.22* - otagrum - otfftw - otfmi @@ -23,7 +23,6 @@ specs: - otmorris - otpod - otrobopt - - otsubsetinverse - otsvm - otwrapy