Skip to content
This repository has been archived by the owner on May 20, 2024. It is now read-only.

Commit

Permalink
update import
Browse files Browse the repository at this point in the history
  • Loading branch information
tlambert03 committed Feb 12, 2022
1 parent a35ea05 commit b0903eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
pip install -e ./napari-repo
- name: Run test
run: python -c "from napari_error_reporter import try_get_git_sha; assert try_get_git_sha(); assert 'dirty' not in try_get_git_sha()"
run: python -c "from napari_error_reporter._util import try_get_git_sha; assert try_get_git_sha(); assert 'dirty' not in try_get_git_sha()"

- name: Run dirty test
run: |
Expand Down

0 comments on commit b0903eb

Please sign in to comment.