From e592d12db0d880fbda1054c471245579725f3a32 Mon Sep 17 00:00:00 2001 From: Oula Date: Tue, 24 Sep 2024 15:56:12 -0400 Subject: [PATCH] remove libs after testing --- .github/workflows/macos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 27fae41..962071f 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -74,7 +74,6 @@ jobs: - name: Build samseg for python version ${{ matrix.python-version }} and test run: | python -m pip wheel . -w ./dist --no-deps - rm samseg/gems/*.so env: ITK_DIR: ITK-install ZLIB_INCLUDE_DIR: zlib-install/include @@ -87,6 +86,7 @@ jobs: python -m pip install pytest python -m pip install tensorflow python -m pytest samseg/tests + rm charm_gems/*.so gems_python/*.so - name: Upload artifact uses: actions/upload-artifact@v4