diff --git a/.github/workflows/build_dependencies.yml b/.github/workflows/build_dependencies.yml index e7bbdc8..c236a67 100644 --- a/.github/workflows/build_dependencies.yml +++ b/.github/workflows/build_dependencies.yml @@ -140,7 +140,6 @@ jobs: conan install \ -o sisl:prerelease=${{ inputs.prerelease }} \ -o sisl:malloc_impl=${{ inputs.malloc-impl }} \ - -o sisl:testing=False \ -o testing=off \ -s build_type=${{ inputs.build-type }} \ --build missing \ @@ -168,7 +167,6 @@ jobs: conan create \ -o sisl:prerelease=${{ inputs.prerelease }} \ -o sisl:malloc_impl=${{ inputs.malloc-impl }} \ - -o sisl:testing=False \ -o iomgr:sanitize=${sanitize} \ -o iomgr:testing='epoll_mode' \ -s build_type=${{ inputs.build-type }} \ @@ -181,7 +179,6 @@ jobs: conan install \ -o sisl:prerelease=${{ inputs.prerelease }} \ -o sisl:malloc_impl=${{ inputs.malloc-impl }} \ - -o sisl:testing=False \ -o coverage=True \ -o testing=epoll_mode \ -s build_type=${{ inputs.build-type }} \