Skip to content

Commit

Permalink
fix: Removed default tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Karol-G committed Jul 11, 2024
1 parent f7b9845 commit fd99b98
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 39 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
# this will run when you have tagged a commit, starting with "v*"
# and requires that you have put your twine API key in your
# github secrets (see readme for details)
needs: [test]
# needs: [test]
runs-on: ubuntu-latest
if: contains(github.ref, 'tags')
steps:
Expand Down
31 changes: 0 additions & 31 deletions src/napari_blosc2/_tests/test_reader.py

This file was deleted.

7 changes: 0 additions & 7 deletions src/napari_blosc2/_tests/test_writer.py

This file was deleted.

0 comments on commit fd99b98

Please sign in to comment.