Skip to content

Commit 5d1fa85

Browse files
committed
fix tests
1 parent 19220ff commit 5d1fa85

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/tests_and_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
julia-version: ['1.7', '1.8']
15+
julia-version: ['1.7', '1.8', '1.9']
1616
fail-fast: false
1717
steps:
1818
- uses: actions/checkout@v2

test/runtests.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
using MuseInference, Soss, Turing, Distributions, Random,
3-
Zygote, MeasureTheory, Test, StableRNGs, LinearAlgebra,
4-
AbstractDifferentiation
3+
Zygote, MeasureTheory, Test, StableRNGs, LinearAlgebra
4+
import AbstractDifferentiation as AD
55

66
##
77

0 commit comments

Comments
 (0)