Skip to content

Commit 8c78e6d

Browse files
Test on current stable release instead of nightly
Nightly is not generally going to work with autodiff, while this was not testing on current stable release (v1.7) which is what most users are likely on. We usually prefer to test on stable + LTS.
1 parent 90516c4 commit 8c78e6d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
matrix:
1212
version:
1313
- '1.6'
14-
- 'nightly'
14+
- '1'
1515
os:
1616
- ubuntu-latest
1717
arch:
@@ -56,4 +56,4 @@ jobs:
5656
using Documenter: DocMeta, doctest
5757
using OperatorLearning
5858
DocMeta.setdocmeta!(OperatorLearning, :DocTestSetup, :(using OperatorLearning); recursive=true)
59-
doctest(OperatorLearning)'
59+
doctest(OperatorLearning)'

0 commit comments

Comments
 (0)