We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e67583 commit 0c7be65Copy full SHA for 0c7be65
.github/workflows/slow_tests.yml
@@ -33,7 +33,6 @@ jobs:
33
run: |
34
julia --project=test -e 'using Pkg; Pkg.instantiate(); Pkg.build(); Pkg.precompile();'
35
julia --project=test -e 'using Pkg; Pkg.develop("ProbabilisticCircuits");'
36
- julia --project=test --check-bounds=yes --depwarn=yes test/_manual_/aqua_test.jl
37
julia --project=test --check-bounds=yes --depwarn=yes test/_manual_/strudel_marginal_tests.jl
38
julia --project=test --check-bounds=yes --depwarn=yes test/_manual_/strudel_likelihood_tests.jl
39
julia --project=test --check-bounds=yes --depwarn=yes test/_manual_/ensembles_tests.jl
0 commit comments