From fc0400d02a6666a28e79903399c811aaf5c9363a Mon Sep 17 00:00:00 2001 From: David Heejong Park Date: Tue, 18 Jul 2023 21:22:13 +0200 Subject: [PATCH] Github actions update - tmp --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e2ed3a7..347ddad 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -140,8 +140,8 @@ jobs: run: ctest -C ${{ matrix.build_type }} --output-on-failure wheels: - if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags/v') - needs: [mac-os, linux, windows] +# if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags/v') +# needs: [mac-os, linux, windows] strategy: fail-fast: false matrix: