From a7517fa6c8ba914887ca3b521140df01fdd7c454 Mon Sep 17 00:00:00 2001 From: Lee Newberg Date: Mon, 16 Sep 2024 19:06:07 -0400 Subject: [PATCH] BUG: Update typing-extensions package in GitHub build environment --- .github/workflows/build-test-package.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-test-package.yml b/.github/workflows/build-test-package.yml index 77fa663..584e1b8 100644 --- a/.github/workflows/build-test-package.yml +++ b/.github/workflows/build-test-package.yml @@ -37,7 +37,8 @@ jobs: sudo apt install openslide-tools python3-openslide python -m pip install --upgrade pip setuptools wheel pip install 'flake8${{ matrix.flake8-python-git-tag }}' 'pooch${{ matrix.pooch-python-git-tag }}' 'pytest${{ matrix.pytest-python-git-tag }}' - pip install 'large-image[bioformats,ometiff,openjpeg,openslide,tiff]' 'scikit_image' --find-links https://girder.github.io/large_image_wheels + pip install --upgrade 'large-image[bioformats,ometiff,openjpeg,openslide,tiff]' 'scikit_image' --find-links https://girder.github.io/large_image_wheels + pip install --upgrade typing-extensions - name: Install histomics_stream run: |