Skip to content

Commit

Permalink
Update for 1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
jschueller committed Jan 10, 2024
1 parent 10de556 commit 69d28a3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 12 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down
2 changes: 0 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 2 additions & 3 deletions otconda/construct.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: otconda
version: '1.21'
version: '1.22'

channels:
- conda-forge
Expand All @@ -15,15 +15,14 @@ specs:
- seaborn
- ipython
- jupyter
- openturns 1.21*
- openturns 1.22*
- otagrum
- otfftw
- otfmi
- otmixmod
- otmorris
- otpod
- otrobopt
- otsubsetinverse
- otsvm
- otwrapy

Expand Down

0 comments on commit 69d28a3

Please sign in to comment.