Skip to content

Commit

Permalink
fixed test call, rm path for gems in WinOS
Browse files Browse the repository at this point in the history
  • Loading branch information
oulap committed Sep 25, 2024
1 parent 3d9a24b commit cf929e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ jobs:
python -m pip install samseg*.whl
python -m pip install pytest
python -m pip install tensorflow
pytest tests -v
python -m pytest samseg
publish:
name: Publish the wheel
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ jobs:
# python -m pytest samseg\samseg\tests
rm samseg\gems\*.pyd
rm samseg\gems\Release\*.pyd
rm samseg\samseg\gems\Release\*.pyd
env:
ZLIB_INCLUDE_DIR: .\zlib-install\include
ZLIB_LIBRARY: .\zlib-install\lib\zlibstatic.lib
Expand Down

0 comments on commit cf929e4

Please sign in to comment.