Skip to content

Commit

Permalink
Skip running upstream tests during install. (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
szmyd authored Aug 1, 2024
1 parent 9ea1cee commit e2dce92
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ jobs:
-o sisl:malloc_impl=${{ inputs.malloc-impl }} \
-o testing=off \
-s build_type=${{ inputs.build-type }} \
-c tools.build.skip_test=True \
--build missing \
.
if: ${{ steps.restore-cache.outputs.cache-hit != 'true' }}
Expand Down Expand Up @@ -182,6 +183,7 @@ jobs:
-o coverage=True \
-o testing=epoll_mode \
-s build_type=${{ inputs.build-type }} \
-c tools.build.skip_test=True \
--build missing \
.
conan build .
Expand Down

0 comments on commit e2dce92

Please sign in to comment.