Skip to content

Commit 9c0a60c

Browse files
Merge pull request #699 from SciML/ChrisRackauckas-patch-1
test Flux 0.13
2 parents 7bc1332 + 131c283 commit 9c0a60c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ jobs:
1010
test:
1111
runs-on: ubuntu-latest
1212
strategy:
13+
fail-fast: false
1314
matrix:
1415
group:
1516
- Layers

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ DiffEqSensitivity = "6.65"
4343
DiffResults = "1.0"
4444
Distributions = "0.23, 0.24, 0.25"
4545
DistributionsAD = "0.6"
46-
Flux = "0.12.6"
46+
Flux = "0.13"
4747
ForwardDiff = "0.10"
4848
GalacticOptim = "1, 2"
4949
LoggingExtras = "0.4"

0 commit comments

Comments
 (0)