Skip to content

Commit

Permalink
Update for 1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
jschueller committed Jun 6, 2024
1 parent 69d28a3 commit 3b86444
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
version: ['1.22']
version: ['1.23']
steps:
- uses: actions/checkout@v4
- name: Build
Expand All @@ -22,7 +22,7 @@ jobs:
runs-on: macos-latest
strategy:
matrix:
version: ['1.22']
version: ['1.23']
steps:
- uses: actions/checkout@v4
- name: Build
Expand All @@ -37,7 +37,7 @@ jobs:
runs-on: windows-latest
strategy:
matrix:
version: ['1.22']
version: ['1.23']
steps:
- uses: actions/checkout@v4
- uses: conda-incubator/setup-miniconda@v2
Expand Down
4 changes: 2 additions & 2 deletions otconda/construct.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: otconda
version: '1.22'
version: '1.23'

channels:
- conda-forge
Expand All @@ -15,7 +15,7 @@ specs:
- seaborn
- ipython
- jupyter
- openturns 1.22*
- openturns 1.23*
- otagrum
- otfftw
- otfmi
Expand Down

0 comments on commit 3b86444

Please sign in to comment.