Skip to content

Commit

Permalink
Debugging the test
Browse files Browse the repository at this point in the history
  • Loading branch information
oulap committed Sep 26, 2024
1 parent a3064d3 commit 5914273
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,8 @@ jobs:
python -m pip install samseg*.whl
python -m pip install pytest
python -m pip install tensorflow
pytest --pyargs samseg.tests
python -c "import samseg"
python -m pytest --pyargs samseg.tests
publish:
name: Publish the wheel
Expand Down

0 comments on commit 5914273

Please sign in to comment.