Skip to content

Commit

Permalink
remove libs after testing
Browse files Browse the repository at this point in the history
  • Loading branch information
oulap committed Sep 24, 2024
1 parent dbaacef commit e592d12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit e592d12

Please sign in to comment.