From 7677e9a14dc0baf9a969d023e1e6f53cf47c1291 Mon Sep 17 00:00:00 2001 From: Grzegorz Bokota Date: Wed, 25 Oct 2023 16:37:07 +0200 Subject: [PATCH 1/6] use workflow for test --- .github/workflows/ci.yml | 24 +----------------------- 1 file changed, 1 insertion(+), 23 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b2c112ff..6995b418 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -61,29 +61,7 @@ jobs: test_napari: name: napari tests - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - uses: actions/checkout@v4 - with: - repository: napari/napari - path: napari-from-github - fetch-depth: 0 - - - uses: actions/setup-python@v4 - with: - python-version: "3.10" - - name: Install - run: | - python -m pip install --upgrade pip - python -m pip install -e ./napari-from-github -c "./napari-from-github/resources/constraints/constraints_py3.10.txt" - python -m pip install -e .[json] - # bare minimum required to test napari/plugins - python -m pip install pytest pytest-pretty scikit-image[data] zarr xarray hypothesis matplotlib - - - name: Run napari plugin headless tests - run: pytest -W 'ignore::DeprecationWarning' napari/plugins napari/settings napari/layers napari/components - working-directory: napari-from-github + uses: czaki/napari/.github/workflows/test_external_package_workflow.yml@feature/test_against_napari test_docs_render: name: docs render From 46e5ad2cca6a78fedd06bd191ea54558ea8fd1e3 Mon Sep 17 00:00:00 2001 From: Grzegorz Bokota Date: Wed, 25 Oct 2023 17:14:18 +0200 Subject: [PATCH 2/6] trigger ci From 19ce1ce1be8114d8f0d4d371ea116b63e22292cd Mon Sep 17 00:00:00 2001 From: Grzegorz Bokota Date: Sun, 29 Oct 2023 13:41:42 +0100 Subject: [PATCH 3/6] trigger ci From 9677cdcdabb537881bdaac9e6357ee0b77cbf353 Mon Sep 17 00:00:00 2001 From: Grzegorz Bokota Date: Sun, 29 Oct 2023 13:51:17 +0100 Subject: [PATCH 4/6] trigger ci From 90ce4dd7a219c00713490fa3d17e09f3a3c08c82 Mon Sep 17 00:00:00 2001 From: Grzegorz Bokota Date: Sun, 29 Oct 2023 14:20:08 +0100 Subject: [PATCH 5/6] trigger ci From 43caa89ab8b08984cda49f66d9a2720bbf991dc2 Mon Sep 17 00:00:00 2001 From: Grzegorz Bokota Date: Sun, 29 Oct 2023 14:27:05 +0100 Subject: [PATCH 6/6] trigger ci