From bc1c8443618de18d569be128a51c3606c5e1ac87 Mon Sep 17 00:00:00 2001 From: Talley Lambert Date: Sat, 12 Feb 2022 17:02:50 -0500 Subject: [PATCH] remove windows --- .github/workflows/ci.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3a4f0be..e0fa417 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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()"