Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyCBakerPhD committed Sep 24, 2024
1 parent a6078c7 commit 9f0c448
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_installation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: python -c "import ibl_to_nwb"

- name: Test data interface imports
run: python -c "import ibl_to_nwb.datainterface"
run: python -c "import ibl_to_nwb.datainterfaces"

- name: Test converters imports
run: python -c "import ibl_to_nwb.converters"

0 comments on commit 9f0c448

Please sign in to comment.