Skip to content

Commit

Permalink
remove windows
Browse files Browse the repository at this point in the history
  • Loading branch information
tlambert03 committed Feb 12, 2022
1 parent b0903eb commit bc1c844
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Expand Up @@ -77,9 +77,13 @@ jobs:
- name: Run test
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: Remove File
uses: JesseTG/rm@v1.0.2
with:
path: napari-repo/resources

- name: Run dirty test
run: |
rm -rf napari-repo/resources
python -c "from napari_error_reporter import get_release; assert 'dirty' in get_release()"
Expand Down

0 comments on commit bc1c844

Please sign in to comment.