Skip to content

Commit

Permalink
Fix symbolic version (#183)
Browse files Browse the repository at this point in the history
* Fix symbolic version

* increase timout-minutes of CI

* tag new version
  • Loading branch information
oameye authored Jun 10, 2024
1 parent f32201c commit 5e9be42
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
test:
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }}
runs-on: ${{ matrix.os }}
timeout-minutes: 60
timeout-minutes: 300
permissions: # needed to allow julia-actions/cache to proactively delete old caches that it has created
actions: write
contents: read
Expand Down
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "HarmonicBalance"
uuid = "e13b9ff6-59c3-11ec-14b1-f3d2cc6c135e"
authors = ["Jan Kosata <[email protected]>", "Javier del Pino <[email protected]>"]
version = "0.9.1"
version = "0.9.2"

[deps]
BijectiveHilbert = "91e7fc40-53cd-4118-bd19-d7fcd1de2a54"
Expand Down Expand Up @@ -48,7 +48,7 @@ OrdinaryDiffEq = "v6.33.1"
Peaks = "0.4.0, 0.5"
Plots = "1.35.0"
ProgressMeter = "1.7.2"
Symbolics = "5.0.0"
Symbolics = "5.0.0 - 5.28.0"
julia = "1.9.0"

[extras]
Expand Down

0 comments on commit 5e9be42

Please sign in to comment.