File tree Expand file tree Collapse file tree 3 files changed +9
-18
lines changed
Expand file tree Collapse file tree 3 files changed +9
-18
lines changed Original file line number Diff line number Diff line change 88 JULIA_PKG_PRECOMPILE_AUTO : false
99jobs :
1010 test :
11- name : Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
12- runs-on : ${{ matrix.os }}
13- strategy :
14- fail-fast : false
15- matrix :
16- version :
17- - ' 1.8'
18- os :
19- - ubuntu-latest
20- arch :
21- - x64
11+ name : Test for Release
12+ runs-on : ubuntu-latest
2213 steps :
2314 - uses : actions/checkout@v3
2415 - uses : julia-actions/setup-julia@v1
2516 with :
26- version : ${{ matrix.version }}
27- arch : ${{ matrix.arch }}
17+ version : 1
2818 - run : |
2919 # Set up registries
3020 julia --project=@. -e '
Original file line number Diff line number Diff line change 11name = " QuantumControl"
22uuid = " 8a270532-f23f-47a8-83a9-b33d10cad486"
33authors = [" Michael Goerz <mail@michaelgoerz.net>" ]
4- version = " 0.8.1 +dev"
4+ version = " 0.8.2 +dev"
55
66[deps ]
77FileIO = " 5789e2e9-d7fb-5bc7-8068-2c6fae9b9549"
@@ -19,10 +19,10 @@ Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
1919[compat ]
2020FileIO = " 1"
2121FiniteDifferences = " 0.12"
22- GRAPE = " >=0.5.5 "
22+ GRAPE = " >=0.5.7 "
2323JLD2 = " 0.4"
24- Krotov = " >=0.5.4 "
25- QuantumControlBase = " >=0.8.4 "
26- QuantumPropagators = " >=0.6.1 "
24+ Krotov = " >=0.5.5 "
25+ QuantumControlBase = " >=0.8.5 "
26+ QuantumPropagators = " >=0.7.2 "
2727Zygote = " 0.6"
2828julia = " 1.9"
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
2323Literate = " 98b081ad-f1c9-55d3-8b20-4c87d4299306"
2424LiveServer = " 16fef848-5104-11e9-1b77-fb7a48bbb589"
2525LocalCoverage = " 5f6e1e16-694c-5876-87ef-16b5274f298e"
26+ Logging = " 56ddb016-857b-54e1-b83d-db4d58db5568"
2627Optim = " 429524aa-4258-5aef-a3af-852621145aeb"
2728Pkg = " 44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
2829Plots = " 91a5bcdd-55d7-5caf-9e0b-520d859cae80"
You can’t perform that action at this time.
0 commit comments