Skip to content

Commit

Permalink
Update for 1.19rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
jschueller committed Apr 27, 2022
1 parent 3effc90 commit e518698
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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.18]
version: [1.19rc1]
steps:
- uses: actions/checkout@v2
- name: Build
Expand All @@ -22,7 +22,7 @@ jobs:
runs-on: macos-latest
strategy:
matrix:
version: [1.18]
version: [1.19rc1]
steps:
- uses: actions/checkout@v2
- name: Build
Expand All @@ -37,7 +37,7 @@ jobs:
runs-on: windows-latest
strategy:
matrix:
version: [1.18]
version: [1.19rc1]
steps:
- uses: actions/checkout@v2
- uses: conda-incubator/setup-miniconda@v2
Expand Down
6 changes: 3 additions & 3 deletions otconda/construct.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: otconda
version: 1.18
version: 1.19rc1

ignore_duplicate_files: true

Expand All @@ -18,8 +18,8 @@ specs:
- pandas
- seaborn
- ipython
- jupyter
- openturns 1.18*
#- jupyter
- openturns 1.19*
- otagrum
- otfftw
- otfmi
Expand Down

0 comments on commit e518698

Please sign in to comment.