Skip to content

Commit

Permalink
Update julia to 1.10 release (#926)
Browse files Browse the repository at this point in the history
From the release candidate.
  • Loading branch information
visr authored Jan 9, 2024
1 parent 89a68cd commit 75704ad
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 14 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/core_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,11 @@ permissions:
contents: read
jobs:
test:
name: Julia ${{ matrix.julia_version }} - ${{ matrix.os }} - ${{ matrix.arch }}
name: Julia ${{ matrix.os }} - ${{ matrix.arch }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
julia_version:
- "~1.10.0-0"
os:
- ubuntu-latest
# https://github.com/Deltares/Ribasim/issues/825
Expand Down
8 changes: 1 addition & 7 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,10 @@ permissions:
contents: read
jobs:
publish:
name: Docs Julia ${{ matrix.julia_version }} - ${{ matrix.arch }}
name: Docs Julia
runs-on: ubuntu-latest
permissions:
contents: write
strategy:
matrix:
julia_version:
- "~1.10.0-0"
arch:
- x64
steps:
- uses: actions/checkout@v4
- uses: julia-actions/cache@v1
Expand Down
6 changes: 3 additions & 3 deletions Manifest.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# This file is machine-generated - editing it directly is not advised

julia_version = "1.10.0-rc2"
julia_version = "1.10.0"
manifest_format = "2.0"
project_hash = "e92257faf6a6264eb6078cd603308efd2e42b380"
project_hash = "d7ee772a6ce028def5673f584203e74ddba25b58"

[[deps.ADTypes]]
git-tree-sha1 = "332e5d7baeff8497b923b730b994fa480601efc7"
Expand Down Expand Up @@ -1458,7 +1458,7 @@ deps = ["Libdl", "LinearAlgebra", "Serialization", "SparseArrays"]
uuid = "4607b0f0-06f3-5cda-b6b1-a6196a1729e9"

[[deps.SuiteSparse_jll]]
deps = ["Artifacts", "Libdl", "Pkg", "libblastrampoline_jll"]
deps = ["Artifacts", "Libdl", "libblastrampoline_jll"]
uuid = "bea87d4a-7f5b-5778-9afe-8cc45184846c"
version = "7.2.1+1"

Expand Down
2 changes: 1 addition & 1 deletion pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ repository = "https://github.com/Deltares/Ribasim"

[tasks]
# Installation
install-julia = "juliaup add 1.10.0-rc2 && juliaup default 1.10.0-rc2"
install-julia = "juliaup add 1.10 && juliaup default 1.10"
install-ribasim-python = "pip install --no-deps --editable python/ribasim"
install-ribasim-api = "pip install --no-deps --editable python/ribasim_api"
install-ribasim-testmodels = "pip install --no-deps --editable python/ribasim_testmodels"
Expand Down

0 comments on commit 75704ad

Please sign in to comment.