Skip to content

Commit ee2af47

Browse files
author
Lee Newberg
committed
ENH: Install typing-extensions package
1 parent ce96800 commit ee2af47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-test-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
sudo apt update
3737
sudo apt install openslide-tools python3-openslide
3838
python -m pip install --upgrade pip setuptools wheel
39-
pip install 'flake8${{ matrix.flake8-python-git-tag }}' 'pooch${{ matrix.pooch-python-git-tag }}' 'pytest${{ matrix.pytest-python-git-tag }}'
39+
pip install 'flake8${{ matrix.flake8-python-git-tag }}' 'pooch${{ matrix.pooch-python-git-tag }}' 'pytest${{ matrix.pytest-python-git-tag }}' 'typing-extensions'
4040
pip install 'large-image[bioformats,ometiff,openjpeg,openslide,tiff]' 'scikit_image' --find-links https://girder.github.io/large_image_wheels
4141
4242
- name: Install histomics_stream

0 commit comments

Comments
 (0)