Skip to content

Commit 0c7be65

Browse files
committed
remove Aqua from slow test suite
1 parent 6e67583 commit 0c7be65

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/slow_tests.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ jobs:
3333
run: |
3434
julia --project=test -e 'using Pkg; Pkg.instantiate(); Pkg.build(); Pkg.precompile();'
3535
julia --project=test -e 'using Pkg; Pkg.develop("ProbabilisticCircuits");'
36-
julia --project=test --check-bounds=yes --depwarn=yes test/_manual_/aqua_test.jl
3736
julia --project=test --check-bounds=yes --depwarn=yes test/_manual_/strudel_marginal_tests.jl
3837
julia --project=test --check-bounds=yes --depwarn=yes test/_manual_/strudel_likelihood_tests.jl
3938
julia --project=test --check-bounds=yes --depwarn=yes test/_manual_/ensembles_tests.jl

0 commit comments

Comments
 (0)