Skip to content

Commit

Permalink
Improve organization and testing
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksBekker committed Aug 4, 2023
1 parent e4e40b9 commit a189f18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
os: [ubuntu-latest, windows-latest]
python-version: ['3.8', '3.9', '3.10']

steps:
Expand Down
3 changes: 1 addition & 2 deletions src/macta/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# isort: skip_file
from macta._annotate import annotate
from macta import tools, utils
from macta._annotate import annotate

__all__ = ['annotate', 'tools', 'utils']

0 comments on commit a189f18

Please sign in to comment.