diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 13d6f5a..d5b2334 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -1,10 +1,6 @@ name: Documentation on: - pull_request: - branches: - - main - - master workflow_dispatch: jobs: diff --git a/src/StructuralSearchModels.jl b/src/StructuralSearchModels.jl index c4a769c..7c658d8 100644 --- a/src/StructuralSearchModels.jl +++ b/src/StructuralSearchModels.jl @@ -42,7 +42,6 @@ using PreallocationTools using QuadGK using QuasiMonteCarlo using Random -using Revise using Roots using SpecialFunctions: erf, erfinv using StatsBase