Skip to content

Commit

Permalink
Remove testing flag on sisl
Browse files Browse the repository at this point in the history
  • Loading branch information
szmyd committed Feb 1, 2024
1 parent f013c82 commit a51b7f7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build_dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down Expand Up @@ -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 }} \
Expand All @@ -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 }} \
Expand Down

0 comments on commit a51b7f7

Please sign in to comment.