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 ec25d4c commit 78f43dc
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 @@ -166,7 +166,6 @@ jobs:
conan install \
-o sisl:prerelease=${{ inputs.prerelease }} \
-o sisl:malloc_impl=${{ inputs.malloc-impl }} \
-o sisl:testing=False \
-o iomgr:testing=off \
-o nuraft_mesg:testing=False \
-o testing=off \
Expand Down Expand Up @@ -212,7 +211,6 @@ jobs:
conan create \
-o sisl:prerelease=${{ inputs.prerelease }} \
-o sisl:malloc_impl=${{ inputs.malloc-impl }} \
-o sisl:testing=False \
-o iomgr:testing=off \
-o nuraft_mesg:testing=False \
-o homestore:sanitize=${sanitize} \
Expand All @@ -226,7 +224,6 @@ jobs:
conan install \
-o sisl:prerelease=${{ inputs.prerelease }} \
-o sisl:malloc_impl=${{ inputs.malloc-impl }} \
-o sisl:testing=False \
-o iomgr:testing=off \
-o nuraft_mesg:testing=False \
-o coverage=True \
Expand Down

0 comments on commit 78f43dc

Please sign in to comment.